@charset "utf-8";
/*------------------------------------
	.basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% "Meiryo UI",'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, sans-serif;
	line-height: 1.9;
	font-size: 17px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img { border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.red { color: #682d87;}
.blue { color: #1980ff; }
.yellow { color: #ffff4d;}
.orange { color: #682d87;}
.pink { color: #F9F;}
.green { color: #390;}
.purple { color: #683667;}

.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 170%;}
.sizeLL { font-size: 340%;}


.stripe_pink { background: url(../image/bg_stripe_pink.gif) repeat;}

.bg_orange { background: #682d87;}
.bg_white {
	background: #fff;
	padding: 10px 20px;
}

ul.disc {
	list-style: disc !important;
	margin-left: 1em;
}

ol.decimal {
	list-style: decimal;
	list-style-position: inside;
}

ol.decimal li {
	background: #ff0;
	color: #f00;
	display: inline-block;
	margin: 0 0 7px;
	padding-left: 1.5em;
	text-indent: -1em;
}

ol.decimal span {
	background: #ff0;
	color: #f00;
	font-weight: bold;
}

@media print, screen and (max-width: 640px) {
.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 150%;}
.sizeLL { font-size: 300%;}
}






/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
header {
	background: #fff;
	margin: 0 auto;
	padding: 0 0 1px;
}

header div.in { margin-bottom: 20px;}

.kikan {
	box-sizing: border-box;
	background: #138ce7;
	background: #fff724;
	padding: 10px 0 !important;
	margin: 0 0 30px !important;
	width: 100%;
	text-align: center;
}

.kikan p {
	display: inline-block;
	border-radius: 20px;
	color: #333;
	font-size: 120%;
	font-weight: 600;
	padding: 0 10px;
}

.kikan p span {
	font-size: 110%;
	font-weight: 600;
}

.kikan p br { display: none;}

.kikan img {
	vertical-align: bottom;
	margin-right: 5px;
	margin-bottom: 5px;
}

.kikan p { margin: 0 auto;}

header .pr {
	position: relative;
	text-align: center;
}

h1 { margin: 10px 0;}

.pr img.author { margin-bottom: 15px;}

.pr img.book {
	position: absolute;
	margin: auto;
	top: 130px;
	right: -65px;
	box-shadow: 0 0 3px #666;
	width: 220px;
}

.pr img.dg {
	position: absolute;
	margin: auto;
	top: 150px;
	left: -120px;
  transform: rotate(-3deg);
}

.pr img.dg2 { display: none;}

.cau_box {
	box-sizing: border-box;
	width: 750px;
	border-radius: 10px;
	background: #eee;
	padding: 10px 15px;
	margin: 10px auto;
	text-align: left;
}

.cau_box p {
	font-size: 75%;
	margin: 0;
}


@media print, screen and  (max-width: 800px) {
header div.in { text-align: center;}

.pr img.stxt1,
h1 img { display: none;}

.kikan img { display: none;}

.kikan p {
	display: block;
	font-size: 110% !important;
	text-align: center;
	margin: 10px auto 0;
}

.kikan p br { display: block;}

.pr img.author { width: 90%;}

.pr img.book {
 position: static;
 width: 80%;
}

.pr img.dg { display: none;}

.pr img.dg2 {
	display: block;
	width: 80%;
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 0 0 3px #ccc;
}

.cau_box { width: 90%;}
}

@media print, screen and (max-width: 640px) {
.pr img.dg { display: none;}
}

@media print, screen and (max-width: 480px) {
.pr img.book { width: 280px;}
}



/*------------------------------------
	contents
-----------------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	overflow: hidden; /*スマホで幅を戻す為の指定*/
}

.can_end {
	background: #f60;
	padding: 15px 0;
	color: #fff;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
}

.fwarp {
	text-align: center;
	margin: 0 auto;
}

.fwarp a:hover {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

article {
	width: 100%;
	margin: 0;
	padding: 0;
}

section {width: 100%;}

div.in {
	width: 960px;
	margin: 0 auto 40px;
}

.small { width: 750px !important;}

h2 {
	clear: both;
	color: #333;
	font-size: 200%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	margin: 40px auto 10px;
	padding: 10px;
	text-align: center;	
}

h2 strong {
	background: #f00;
	color: #fff;
	font-size: 90%;
	padding: 2px 5px;
	margin-right: 10px;
}

.hs {
	display: block;
	margin: 0 0 20px 20px;
	float: right;
}

.tp_01 {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
}

.cs a {
	background: #333;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.cs a:hover {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.ntn { margin: 20px 0 10px;}

.ntn li {
	color: #aaa;
	font-weight: 600;
	margin-bottom: 5px;	
}

.ss_btn {
	margin: 10px auto;
	text-align: center;
}

.ss_btn a {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	background: #ff729c;
	/*
	background: -moz-linear-gradient(top, #e60018 0%, #d1081d 55%);
	background: -webkit-linear-gradient(top, #e60018 0%, #d1081d 55%);
	background: linear-gradient(top, #e60018 0%, #d1081d 55%);
	*/
	color: #fff;
	font-size: 150%;
	font-weight: 600;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 5px;
	/*-webkit-appearance: button;*/
	box-shadow: 0 0 3px #ccc;
}

.ss_btn a:hover {
	cursor: pointer;
 	opacity: 0.6;
 	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}


@media print, screen and (max-width: 800px) {
h2 {
	font-size: 180%;
	padding: 20px 5px;
}

h2 img { max-width: 100%;}

h3 { font-size: 120%;}

div.in {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
}

.small { width: 100% !important;}

section .spd0 p {	margin: 0 5%;}

section .spd0 ul,
section .spd0 ol {	margin: 0 5% 10px;}

.hs {
	display: block;
	margin: 0 auto 20px;
}

.spd { padding: 0 5%;}
}

@media print, screen and (max-width: 640px) {
section p { margin-bottom: 1em !important;}

section .in br { display: none;}

h2 { margin-bottom: 0;}

h2 br,
h3 br { display: block !important;}

.hs {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}

.hs img { max-width: 100%;}

.switch { width: 100%;}

}



/*------------------------------------
	ダイジェスト
-----------------------------------------------------------------------------------------------------*/
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




/*------------------------------------
	目次
-----------------------------------------------------------------------------------------------------*/
h2#cap { margin: 30px auto 1px;}

.toc { border-bottom: solid 1px #eee;}

.ttl {
	border: solid 1px #ccc;
	border-bottom: none;
	padding: 10px;
	font-size: 90%;
}

.ttl2 {
	border: solid 1px #ccc;
	border-top: none;
	padding: 10px;
	font-size: 90%;
}

img.cbook {
	display: block;
	box-shadow: 0 0 6px #999;
	float: right;
	margin: 0 0 10px 10px;
}

dl.acmenu { border: solid 1px #ccc;}

dl.acmenu dt {
	border-top: solid 1px #ccc;	
	padding: 10px;
	position: relative;
	font-size: 90%;
}

dl.acmenu dt:first-child { border: none;}

dl.acmenu dt:hover {
	background: #ffe;
	cursor: pointer;
}

dl.acmenu dd {
	border-top: solid 1px #ccc;
	font-size: 80%;
	padding: 10px 10px 1px;
}

dl.acmenu dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1rem;
  content: '>';
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

dl.acmenu dt.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.toc ul {
	list-style: circle;
	margin-bottom: 10px;
}

.toc ul li { margin-left: 1.5em;}

.toc ol { list-style: decimal;}

.toc ol li {
	margin-left: 2em;
	margin-bottom: 3px;
}


@media print, screen and (max-width: 800px) {
#cap { margin: 0 auto 10px;}

.toc {
	magin-top: 10px;
	margin-bottom: 40px;
}

img.cbook {
	float: none;
	margin: 0 auto 30px;
	text-align: center;
}
}

@media print, screen and (max-width: 640px) {
.ttl {	margin-bottom: 0 !important;}

dl.acmenu dt { padding-right: 2em;}
}




/*------------------------------------
本書の冒頭を公開！
-----------------------------------------------------------------------------------------------------*/
.msg_box {
	font-size: 85%;
	border-bottom: solid 1px #eee !important;
}

.msg_box div.in {
	/*box-shadow: 0 0 3px #999;*/
	background-image: linear-gradient(120deg, #d6eaf9 30%, #e6f3fd 100%);
	padding: 20px;
}

.msg_box p { margin-bottom: 10px !important;}

section.msg_box .in br { display: block !important;}

@media print, screen and (max-width: 640px) {
h2.bt { margin: 0 auto 10px;}

.msg_box {
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
}


/*------------------------------------
	著者プロフィール
-----------------------------------------------------------------------------------------------------*/
h2.pft { padding-bottom: 5px;}

.pf {
	background: #fff;
	font-size: 85%;
}

.pf img {
	float: right;
	margin: 0 0 10px 20px;
}

.pf p {	margin-bottom: 10px;}

.pf p.name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.pf ul.glink {
	list-style: circle;
	list-style-position: inside;
}

.pf ul.glink a:hover {
	color: #f00 !important;
}

@media print, screen and (max-width: 800px) {
h2.pft { margin: 10px auto !important;}

.pf h3 {
	margin: 30px auto 15px;
	text-align: center;
}

.pf .name {	margin-bottom: 5px !important;}

.pf img {
	display: block;
	float: none;
	margin: 0 auto 10px;
}

.pf p { margin-bottom: 1px !important;}

.pf ul.glink { margin-top: 10px;}
}




/*------------------------------------
	特典ダウンロード
-----------------------------------------------------------------------------------------------------*/
.pr_box {
	background-image: linear-gradient(to top, #42abf9 0%, #138ce7 15%);
	padding-top: 20px;
	padding-bottom: 1px;
}

.pr_box h2 {
	color: #fff;
	margin: 0 auto 10px;
}

.pr_box .ksr {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.pr_box h3 {
	background: #e60018;
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 170%;
	padding: 2px 5px;
	margin: 0 auto !important;
}

.pr_box img {
	display: block;
	border: solid 1px #fff;
	margin: 0 auto 20px;
}

.nolist { list-style: none;}

.nolist li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 90%;
}

.price {
	background: #ff0;
	color: #333;
	font-size: 110%;
	padding: 3px;
}

.pr_box br { display: block !important;}

.kikai {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 140%;
	font-weight: 600 !important;
	text-align: center;
	margin: 20px auto 5px;
}


@media print, screen and (max-width: 800px) {
.pr_box img {	width: 100% !important;}

img.tokuten_img {	width: 100% !important;}

.kikai br { display: none !important;}
}

@media print, screen and (max-width: 640px) {

}





/*------------------------------------
	読者特典
-----------------------------------------------------------------------------------------------------*/
.dk_box {
	background : #42abf9;
	padding-top: 20px;
	padding-bottom: 1px;
}

.betsu {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;		
	font-size: 120%;
	font-weight: 600;
	margin: 0 auto 20px;
	text-align: center;
}

.dt_box {}

.dt_box img {
	display: block;
	width: 90%;
	margin: 0 auto 10px;
}


@media print, screen and (max-width: 800px) {
.dt_box td {
	width: 100%;
	display: block;
}
}

@media print, screen and (max-width: 640px) {
.dt_box img {
	width: 100%;
	margin: 0 auto 10px;
}
}




/*------------------------------------
	キャンペーン参加方法
-----------------------------------------------------------------------------------------------------*/
section.part {
	background: #fff;
	padding-bottom: 1px !important;
}

section.part div.in {	margin-bottom: 1px !important;}

section.part h2 {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.tk_box { margin: 0 auto 30px;}
.tk_box img { vertical-align: bottom !important;}

.kk {
	padding: 10px;
	margin: 0 5px;
	text-align: center;
}

.kk span {
	color: #ff729c !important;
	font-size: 110%;
}

.step2 {
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
}

.step_all {	margin-right: -1%;}

.box_step {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	position: relative;
	width: 100%;
}

img.number {
	position: absolute;
	top: 6px;
	left: 7px;
}

img.next {
	position: absolute;
	top: 50%;
	right: -11%;
	-webkit-transform: rotateZ( -90deg );
	-moz-transform: rotateZ( -90deg );
	transform: rotateZ( -90deg );
	z-index: 100;
	display: none;
}

.box_step .stttl {
	background: #d1081d;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 140%;
	margin: 0 0 10px;
}

.box_step ol.isp {
	list-style: decimal;
	list-style-position: inside;
	font-weight: 600;
	margin: 10px 0;
}

.buy_txt {
	color: #ff729c;
	font-weight: 600;
	font-size: 150%;
	line-height: 1.5;
	margin: 20px 0 0;
}

.buy_txt:after {
	display: block;
	content:"▼";
	color: #ff729c;
	font-size: 200%;
	transform: scale(3,0.7);
	-moz-transform: scale(3,0.7);
	-webkit-transform: scale(3,0.7);
	line-height: 1;
	margin: -5px 0 0;
}

.box_buy { margin-bottom: 20px;}

.box_buy a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	background: #fbd676;
	/*
	background: -moz-linear-gradient(top, #fae6b6 0%, #fbd676 65%);
	background: -webkit-linear-gradient(top, #fae6b6 0%, #fbd676 65%);
	background: linear-gradient(top, #fae6b6 0%, #fbd676 65%);
	*/
	border: solid 1px #846a29;
	border-radius: 3px;
	color: #000;
	margin-top: 7px;
	width: 24%;
	float: left;
	margin: 0 0.5%;
	padding: 10px 0 12px;
	-webkit-transition: all 800ms 0s ease;
	transition: all 800ms 0s ease;
}

.box_buy .am a,
.box_buy .kd a { padding: 20px 0 7px;}
.box_buy .rt a { padding: 20px 0 7px;}
.box_buy .rk a { padding: 20px 0 7px;}

.box_buy a:hover {
	text-decoration: none;
	background: #fda640;
	/*
	background: -moz-linear-gradient(top, #f1c453 60%, #f9b002 90%);
	background: -webkit-linear-gradient(top, #f1c453 60%, #f9b002 90%);
	background: linear-gradient(top, #f1c453 60%, #f9b002 90%);
*/
}

.kquiz {
	border: solid 1px #ccc;
	color: #333;
	font-size: 90%;
	padding: 8px;
	margin: 15px 0;
}

.kquiz p.qttl {	color: #002958;}

.kquiz p { margin-bottom: 0 !important;}

.urtxt { font-weight: 600;}

.fshiki {
	border: none;
	border-top: solid 1px #ccc;
	margin: 50px 0 30px;
}

.omk {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 600;
	font-size: 150%;
	text-align: center;
}

.omk:after {
	display: block;
	content:"▼";
	font-size: 170%;
	transform: scale(3,0.7);
	-moz-transform: scale(3,0.7);
	-webkit-transform: scale(3,0.7);
	line-height: 1;
	margin: -5px 0 0;
}


@media print, screen and (max-width: 800px) {
section.part div.in { padding: 0 5% 1px !important;}

section.part h2 {	margin-bottom: 1px;}

.kk {	padding: 0 10px 10px;}

.box_step {
	width: 100%;
	padding: 20px 0 1px;
	font-size: 90%;
}

img.number {
	top: 2px;
	left: 0;
}

.urtxt { margin-bottom: 1px !important;}
}

@media print, screen and (max-width: 640px) {
img.number {
	top: 7px;
	left: 1px;
}

img.next {
	position: absolute;
	margin: 0 auto;
	top: 99%;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotateZ( 0 );
	-moz-transform: rotateZ( 0 );
	transform: rotateZ( 0 );
}

.step2 { font-size: 130%;}

.box_step .stttl {
	margin: 5px 0 !important;
	padding: 0 10px;
}

.buy_txt { font-size: 180%;}

.buy_txt:after { margin: 0 0 -20px;}

.box_buy a {
	float: none;
	width: 90%;
	padding: 15px 0 5px;
	margin: 7px auto;
}

.kquiz { margin: 15px 0;}
}

@media print, screen and (max-width: 480px) {
section.d { font-size: 90%;}

.box_step .stttl { font-size: 100%;}

img.number {
	max-width: 15%;
	top: 11px;
	left: 1px;
}
}



/*------------------------------------
 フォーム
--------------------------------------*/
section.f {	padding-bottom: 1px;}

section.f div.in {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 1px;
}

.box_form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table td {
	box-sizing: border-box;
	padding-bottom: 5px;
}

table td.do1 { text-align: center;}

table td.mail {
	width: 40%;
	padding-right: 1%;
}

table td.name {
	width: 30%;
	padding-right: 1%;
}

table td.submit { width: 30%;}

.box_form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #aaa;
	background: #ccc;
}

.box_form .ks input[type=radio] {
	width: auto !important;
	margin-right: 2px;
}

.box_form .ks li {
	float: left;
	margin-right: 20px;
}

.box_form input::-webkit-input-placeholder {
	color: #fff;
	font-weight: normal;
}

.box_form input:-ms-input-placeholder {
	color: #fff;
	font-weight: normal;
}

.box_form input::-moz-placeholder {
	color: #fff;
	font-weight: normal;
}

input:focus { background: #ffe;}

.f_color {
	color: #f7f141;
	font-weight: 600;
}

.sub_btn { text-align: center;}

.sub_btn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 5px;
	background: #ff729c;
	/*
	background: -moz-linear-gradient(top, #ff729c 0%, #ed2ea0 55%);
	background: -webkit-linear-gradient(top, #ff729c 0%, #ed2ea0 55%);
	background: linear-gradient(top, #ff729c 0%, #ed2ea0 55%);
	*/
	color: #fff;
	font-size: 170%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 7px;
	-webkit-appearance: button;
	transition: all 0.8s;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
 	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.form_txt li {
	font-size: 70%;
	margin-left: 1em;
	text-indent: -1em;
}

.form_end {
	color: #f93d8b;
	margin: 0 auto;
	padding:  10px;
	text-align: center;
	font-size: 200%;
	font-weight: 600;
}

ul.kome {	margin: 20px 0;}

ul.kome li {
	font-size: 75%;
	margin-left: 1em;
	text-indent: -1em;
	color: #333;
}

.id_box {
	text-align: center !important;
}

ul.idt {
	clear: both;
	margin: 20px 0;
	display: inline-block;
	text-align: left;
}

ul.idt li {
	margin-left: 1em;
	text-indent: -1em;
}


@media print, screen and (max-width: 800px) {
section.f { padding-bottom: 10px;}

section.f div.in { padding-bottom: 1px;}

.box_form { padding: 0 5%;}

.box_form p { margin-bottom: 1px;}

table td.do1 {
	font-size: 80%;
	padding: 0 3px;
}

.sub_btn input {
	padding: 25px 15px;
	margin-bottom: 30px;
}
}


@media print, screen and (max-width: 640px) {
.box_form .ks input[type=radio] {
	width: auto !important;
	margin-right: 2px;
}

.box_form .ks li {
	float: none;
	margin: 0 0 3px;
}
}





/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
.br1 { border-top: solid 1px #ccc;}

footer {
	height: auto;
	margin: 0 auto;
	padding: 15px;
	color: #333;
	font-size: 70%;
	text-align: left;
}

footer p { margin-bottom: 3px;}

footer .add { margin-bottom: 0;}

footer .f_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 90%;
	color: #333 !important;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #333 !important;
	text-decoration: underline !important;
}

footer .f_link a:hover {
	color: #F00 !important;
	text-decoration: underline !important;
}

footer .com_box {	float: left;}


@media print, screen and (max-width: 800px) {
footer {
	font-size: 80%;
	text-align: center;
}

footer .f_link,
footer .com_box {
	float: none;
	font-size: 90%;
}

footer .company,
footer .add { display: none;}
}

@media print, screen and (max-width: 640px) {
.box_form dd { margin: 3px 0 15px;}

.sub_btn input { width: 80%;}
}





/*------------------------------------
 トップページへ戻る
---------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	border: solid 1px #eee;
	border-radius: 50%;
}
	
#page-top a {
	display: table-cell;
	background: #fff;
	box-shadow: 0 0 2px #ccc;
	border: solid 2px #897750;
	border-radius: 50%;
	color: #897750;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	width: 47px;
	height: 47px;
}
	
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}



@media print, screen and (max-width: 800px) {
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: solid 2px #fff;
}
}
