/* common style
---------------------------------------- */
.red { color: #F00; }
.stronger {
	color: #F00;
	font-weight: bold;
}
.caption {
	font-size: 12px;
	color: #999;
}
.small { font-size: 12px; }
.right { text-align: right; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }

.topic_path {
	padding: 40px 0 0 0;
	text-align: right;
}

/* layout
---------------------------------------- */
#sh_header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 940px;
	height: 68px;
	position: relative;
}
#main_image {
	background: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_header.png?20120823) no-repeat center 0;
	height: 333px;
}
#main_image h2 {
	text-indent: 100%;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
#main_image p {
	text-indent: -400%;
	width: 940px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
	position: relative;
}
#main_image p a {
	width: 235px;
	height: 88px;
	position: absolute;
	top: 37px;
	right: 1px;
}
#main_image p a:hover, #main_image p a:focus, #main_image p a:active {
	background-color: #FFF;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}



/* style
---------------------------------------- */

#wrap #main #step {
	background: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_step_02.png) no-repeat center 0;
	width: 1200px;
	height: 350px;
	margin: 10px auto;
}

#wrap #main #step p {
	width: 265px;
	height: 155px;
	float: left;
	margin-top: 112px;
	text-indent: -100%;
	overflow: hidden;
	white-space: nowrap;
}
#wrap #main #step p.step1 {
	margin-left: 178px;
}
#wrap #main #step p.step1 a {
	display: block;
	padding: 100px 28px 10px;
	line-height: 40px;
}
#wrap #main #step p.step1 a:hover, #wrap #main #step p.step1 a:focus,
#wrap #main #step p.step1 a:active {
	background-color: #FFF;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#wrap #main #step p.step2 {
	margin-left: 25px;
}
#wrap #main #step p.step3 {
	margin-left: 25px;
}

/* sign up
-------------------- */
.try {
	margin: 0 auto 30px;
	text-align: center;
}
.try dl {
	width: 50%;
	float: left;
	font-size: 124%;
}
.try dt, .try dd { text-align:center; }
.try img {
	background-image: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_button.png);
	background-repeat: no-repeat;
	width: 425px;
	height: 75px;
}
.try .sign_up img {
	background-position: -7px -8px;
	margin-right: 30px;
}
.try .apply img {
	background-position: -472px -8px;
}
.try a { zoom: 1; }
.try a:hover img, .try a:focus img, .try a:active img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#support {
	background-color: #faffff;
	width: 840px;
	margin: 0 auto;
	padding: 30px 50px;
	border: 2px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#support h3 {
	background-image: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_support.png);
	background-repeat: no-repeat;
	background-position: center 0;
	width: 770px;
	height: 50px;
	margin: 0 auto 20px;
}
#support p span { font-size: 124%; }
#support ul.list li {
	display: inline-block;
	background-image: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_icon.png?20120829);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0 5px 10px;
	padding-left: 20px;
	font-size: 147%;
	cursor: pointer;
	white-space: nowrap;
	width: 9em;
	#display: inline;
	#float: left;
}
#support ul.list li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
}
#support ul.list li.select {
	background-position: 0 -35px;
}
#support .caution {
	background-color: #FFF;
	font-size: 124%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#support .caution ul {
	margin: 10px;
}
#support .caution ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
}
#support h4 {
	border-left: 5px solid #2EA7E0;
	border-bottom: 1px solid #2EA7E0;
	padding-left: 5px;
	font-size: 116%;
}

#attention {
	width: 940px;
	margin: 40px auto;
	font-size: 124%;
}
#attention h3 {
	border-left: 5px solid #eb0000;
	border-bottom: 1px solid #eb0000;
	padding-left: 5px;
	font-size: 116%;
}
#attention ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 5px 10px;
}


/* 20150413 add (fred)
---------------------------------------- */
/* main image */
#contents_body{
	padding: 0;
	max-width:none;
}

#main_image p a{
	top: 32px;
}

#wrap #main #step {
	background: url(//static.fc2.com/image/blog/portal/contents/import_blog/import_step_02.png) no-repeat center 0;
	width: 1200px;
	height: 350px;
	margin: 10px auto;
}

/* btn */
.btn_group{
	margin: 32px auto;
	text-align: center;
	width: 840px;
}

.regist_btn,
.transfer_btn {
	font-size: 16px;
	display: inline-block;
	padding: 16px 0;
	margin: 0;
	width: 400px;
}

.default_btn {
	font-size: 16px;
	display: inline-block;
	padding: 14px 28px;
	margin: 0;
}

.regist_btn {
	border-radius: 5px;
	border: 1px solid #e74f5b;
	margin: 0 0 10px;
	background: #ef5763;
	background: -moz-linear-gradient(top,#ef5763 0,#e74f5b 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ef5763),color-stop(100%,#e74f5b));
	background: -webkit-linear-gradient(top,#ef5763 0,#e74f5b 100%);
	background: -o-linear-gradient(top,#ef5763 0,#e74f5b 100%);
	background: -ms-linear-gradient(top,#ef5763 0,#e74f5b 100%);
	background: linear-gradient(to bottom,#ef5763 0,#e74f5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5763', endColorstr='#e74f5b', GradientType=0);
	color: #fff!important;
	text-align: center
}

.regist_btn:hover {
	background: #e84e5a;
	background: -moz-linear-gradient(top,#e84e5a 0,#dd4551 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e84e5a),color-stop(100%,#dd4551));
	background: -webkit-linear-gradient(top,#e84e5a 0,#dd4551 100%);
	background: -o-linear-gradient(top,#e84e5a 0,#dd4551 100%);
	background: -ms-linear-gradient(top,#e84e5a 0,#dd4551 100%);
	background: linear-gradient(to bottom,#e84e5a 0,#dd4551 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84e5a', endColorstr='#dd4551', GradientType=0)
}

.transfer_btn {
	border-radius: 5px;
	border: 1px solid #6dba7e;
	background: #7dc68d;
	background: -moz-linear-gradient(top,#7dc68d 0,#69b87b 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7dc68d),color-stop(100%,#69b87b));
	background: -webkit-linear-gradient(top,#7dc68d 0,#69b87b 100%);
	background: -o-linear-gradient(top,#7dc68d 0,#69b87b 100%);
	background: -ms-linear-gradient(top,#7dc68d 0,#69b87b 100%);
	background: linear-gradient(to bottom,#7dc68d 0,#69b87b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc68d', endColorstr='#69b87b', GradientType=0);
	color: #fff!important;
	text-align: center;
	margin: 0 0 0 25px;
}

.transfer_btn:hover {
	background: #79be88;
	background: -moz-linear-gradient(top,#79be88 0,#5faf71 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#79be88),color-stop(100%,#5faf71));
	background: -webkit-linear-gradient(top,#79be88 0,#5faf71 100%);
	background: -o-linear-gradient(top,#79be88 0,#5faf71 100%);
	background: -ms-linear-gradient(top,#79be88 0,#5faf71 100%);
	background: linear-gradient(to bottom,#79be88 0,#5faf71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79be88', endColorstr='#5faf71', GradientType=0)
}

.innerbtn_container {
	text-align: center;
	margin: 0 0 40px;
}

/* article */
.transfer_article {
	width: 840px;
	border: 1px solid #dedede;
	border-radius: 6px;
	margin: 0 auto;
}

.article_header {
	background-color: #f6f6f6;
	border-radius: 5px 5px 0 0;
	padding: 20px 0;
}

.article_headline {
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
}

#import_title span {
	background: url(//static.fc2.com/image/blog/portal/contents/import_blog/wp_logo.png) 0 0 no-repeat;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	vertical-align: bottom;
}

.article_inner_container {
	padding: 0 40px;
}

/* radio btn list */
.list {
	margin: 40px 0 32px 60px;
}
.list li{
	background: url(//static.fc2.com/image/blog/portal/contents/import_blog/ctm_radio_btn.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px;
	width: 220px;
	padding: 0 0 0 20px;
	background-position: 0 -54px;
}

.list li.select{
	background-position: 0 3px;
}

/* service cation info */
.service_info {
	background-color: #f4f4f4;
	border-radius: 6px;
	padding: 24px;
	width: 712px;
	display: none;
	position: relative;
}

.service_info:after {
	content: "";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom: 15px solid #f4f4f4;
	position: absolute;
	top: -26px;
	left: 50%;
}

.service_info:first-child {
	display: block;
}

.service_info > ul {
	padding: 0;
	margin: 0;
}

.service_info > ul > li {
	line-height: 1.8;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

.service_info ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.service_info_title {
	font-size: 16px;
	margin: 0 0 12px;
}

.article_subtitle {
	border-left: 7px solid #ec5763;
	font-size: 18px;
	margin: 40px auto 0;
	padding: 0 0 0 8px;
	width: 760px;
}

/* other caution info */
.other_caution_list {
	margin: 16px 0 40px 0;
	padding: 0 0 0 15px;
}

.other_caution_list li {
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 8px;
}

/* import func step info */
.import_step_container {
	margin: 24px 0 0;
}

.import_step {
	display: inline-block;
	margin: 0;
	width: 260px;
	height: 280px;
	vertical-align: top;
}

.import_step:first-child{
	width: 230px;
}

.import_step>dt {
	height: 170px;
}

.import_step>dd {
	font-weight: bold;
	margin: 12px 0 0 30px;
	text-align: center;
	width: 230px;
}
.import_step:first-child > dd {
	margin: 12px 0 0 0;
}
