@charset "UTF-8";


html {
	height:100%;
}
body {
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-attachment: scroll;
	font-size:14px;
	-webkit-text-size-adjust: none;
	height:100%;
}

/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	overflow:hidden;
}


/****  header ****/

#header {
	width:100%;
	text-align:center;
	background-image: url(../images/mainpic_bk.jpg);
	background-repeat: repeat-x;
	background-size:1px 462px;
	-moz-background-size:1px 462px;
	-ms-background-size:1px 462px;
	-o-background-size:1px 462px;
	-webkit-background-size:1px 462px;
}



/****  FOOTER ****/

#footer{
	width: 100%;
	margin-top:10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #2745bc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#2745bc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#2745bc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#2745bc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#2745bc 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#2745bc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2745bc',GradientType=0 ); /* IE6-9 */
	background-color:#2745bc;
	padding:20px 0;
}
#footer #navi{
width:300px;
margin:0 auto;
background-color:#FFFFFF;
padding:8px 0 12px 0;
text-align:center;
	} 

#footer #navi ul{
padding:0;
margin:0;
} 
#footer #navi li{
display:inline-block;
font-size:70%;
list-style:none;
padding:0;
margin:0;
}
#footer #navi li.rl{
	padding-right: 5px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#footer #navi li a{
	color: #3B59A5;
	text-decoration:none;
}


#footer p.copyright{
	font-size:80%;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0;
	}	
	
	
							 
/****  CONTENTS ****/

/* 動画 */

.movie{
width:300px;
margin:0 auto;
}

.rdv{
	background-image: url(../images/rdv_bk.jpg);
	margin:10px auto;
	position:relative;
	width: 305px;
	height: 368px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/rdv_bk.jpg);
	background-repeat: repeat-x;
	background-size:305px 368px;
	-moz-background-size:305px 368px;
	-ms-background-size:305px 368px;
	-o-background-size:305px 368px;
	-webkit-background-size:305px 368px;
}


/* レスポンスデバイス */

.rdv .btnCart{
	position: absolute;
	top:210px;
	right:2px;
}

.rdv .btnCartS{
	position: absolute;
	top:338px;
	right:2px;
}

/* アコーディオンメニュー */

div.accordion{
	width:300px;
	margin:0 auto;
	}
	
.accordion_head{
width:268px;
margin:0 auto;
}	
	
.accordion .txt{
width:268px;
padding-top:5px;
margin:0 auto;
line-height:1.6

}
	
.accordionHeader{
	background-image: url(../images/voice_head_bk.jpg);
	background-position: left top;
	background-size:300px 223px;
	-moz-background-size:300px 223px;
	-ms-background-size:300px 223px;
	-o-background-size:300px 223px;
	-webkit-background-size:300px 223px;
	background-repeat: no-repeat;
	position:relative;
	z-index:2;
	}

div.accordionBody{
	background-image: url(../images/voice_content_bk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size:300px 5px;
	-moz-background-size:300px 5px;
	-ms-background-size:300px 5px;
	-o-background-size:300px 5px;
	-webkit-background-size:300px 5px;
	background-repeat: repeat-y;
	position:relative;
	z-index:1;
}

div.accordionFooter{
	background-image: url(../images/voice_footer_bk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:300px 26px;
	-moz-background-size:300px 26px;
	-ms-background-size:300px 26px;
	-o-background-size:300px 26px;
	-webkit-background-size:300px 26px;	
	padding-bottom: 26px;
	position:relative;
	z-index:3;
}

.mk{
width:100%;
padding-bottom:0px;
	background-image: url(../images/line_mk.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size:1px 2px;
	-moz-background-size:1px 2px;
	-ms-background-size:1px 2px;
	-o-background-size:1px 2px;
	-webkit-background-size:1px 2px;	
}

/* 見出し */

h2.ctitle{
	background-image: url(../images/common/content_h2_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size:100% 23px;
	-moz-background-size:100% 23px;
	-ms-background-size:100% 23px;
	-o-background-size:100% 23px;
	-webkit-background-size:100% 23px;
	line-height:23px;
	margin-bottom:10px;
}
h2.ctitle p{
	background-image: url(../images/common/content_h2_icn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	color: #1665BC;
	text-shadow:1px 1px 1px #CCCCCC;
}



/*toppage*/



/****JAVASCRIPT ****/


/*ACCORDION*/


.accordion_head {
	cursor:pointer;
}
.accordion, .accordion li {
}
.accordion {
	margin:0;
}

.accordion_head {
}
.accordion .txt {
}


/*text */

.txtBlue{
color:#2861A6;
}
.txtOrange{
	color:#FF7F00;
}
.txtRed{
	color:#FF3300;
}

/*WIDTH */
.w10 {
	width:10px;
}
.w20 {
	width:20px;
}
.w30 {
	width:30px;
}
.w60 {
	width:60px;
}
.w100 {
	width:100px;
}
.w110 {
	width:100px;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w320 {
	width:320px;
}
/*HEIGHT */
.h10 {
	height:10px;
}
/* MARGIN */
.m0a {
	margin:0px auto 0px !important;
}
.m10a {
	margin:10px auto 0px !important;
}
.m20a {
	margin:20px auto 0px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml6 {
	margin-left: 6px !important;
}
.ml7 {
	margin-left: 7px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
/* PADDING */
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* OVERFLOW */
.ofh {
	overflow: hidden !important;
}
.ofa {
	overflow: auto !important;
}
.ofs {
	overflow: scroll !important;
}
.ofxs {
	overflow-x: scroll !important;
}
.ofys {
	overflow-y: scroll !important;
}
/* FONT-WEIGHT */
.b {
	font-weight: bold !important;
}
.n {
	font-weight: normal !important;
}
/* FONT-SIZE */
.fs8 {
	font-size: 8px !important;
}
.fs9 {
	font-size: 9px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs25 {
	font-size: 25px !important;
}
.fs26 {
	font-size: 26px !important;
}
.fs27 {
	font-size: 27px !important;
}
.fs28 {
	font-size: 28px !important;
}
.fs29 {
	font-size: 29px !important;
}
/* TEXT-ALIGN */
.fac {
	text-align: center;
}
.far {
	text-align: right
}
.fal {
	text-align: left
}
/* FLOAT */
.fl {
	float:left;
!important;
}
.fr {
	float:right;
!important;
}
/* DISPLAY */
.dpi {
	display:inline;
}
.dpb {
	display:block;
}
/* DECORATION */
.tdn {
	text-decoration: none;
}
/* COLOR */
.color1 {
	color:#cf4192;
}
.color2 {
	color:#e6680b;
}
.color3 {
	color:#e64949;
}
.color4 {
	color:#989898;
}
/* CLEAR */
.clf {
	clear:fixed;
}

/*  RESET */

* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.print_next {
	page-break-before: always;
}

