@charset "utf-8";

/*
	XHTML 1.0-transitional

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		90. Other
		99. Clearfix
*/
/* ===============================================
    [Base]
================================================== */

body, div, dl, dt, dd, ul,ol,li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend,address{
  margin: 0;
  padding: 0;
}


html,body,#container {
height:100%;

}
body > #container {
height:auto;
min-height:100%;
}

/* for mozilla: always display scrollbar */
body {
  padding: 0px;
  margin: 0px;
  color: #333;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.6;
  *font-size: 82%;
}
address {
	font-style: normal;  
}
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a 	{ cursor:pointer; }
a:link{
	color:#046AAC; text-decoration:none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover{color:#F60;text-decoration:underline;}
a:visited{ color:#046AAC; text-decoration:none; }
a:visited:hover{ color:#F60; text-decoration:none; }
a:active {color:#F60;text-decoration:underline;}
/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
 
}

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
textarea,table,input { 
font-size:100%; 
overflow: auto;
}


input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
    vertical-align: bottom;
}

img a{
  border: none;
  vertical-align: bottom;
}
.bold		{
	font-weight: bold;
}
.red		{ color:#f00;}
.blue		{ color:#03f;}
.tRight		{ text-align:right;}
.tLeft		{ text-align:left;}
.tCenter	{ text-align:center;}


/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */
/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}


/* --------------------------------------------------
    [Layout] 
----------------------------------------------------- */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */

#index{
	background: url(../img/index_bk.gif) repeat-x left top;
}

#indexen{
	background: url(../img/index_bk.gif) repeat-x left top;
	font-family: Calibri,Trebuchet MS !important;
}

#pages{
	background: url(../img/content_bk.gif) repeat-x left top;

}
#pagesen{
	background: url(../img/content_bk.gif) repeat-x left top;
	font-family: Calibri,Trebuchet MS !important;
}
#formen{
	font-family: Calibri,Trebuchet MS !important;
}
#container,#footer {
	width: 972px;
	margin: 0 auto; 
}
#formArea {
	padding: 15px; 
}
/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header  {
	height: 50px;
	padding: 18px 10px 10px 10px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}  
#headerLogo {
	float: left;
	height: 50px;
	width: 275px;
}
#headerLogo a {
	height: 50px;
	width: 275px;
	text-indent: -9999px;
	display: block;
}

#headNavi{
	padding:22px 0px 13px 30px;
	float: left;
}
#headNavi li{
  list-style-type: none;  
  display:table-cell;  
  *display:inline;  
  *zoom:1;   
  margin:0;  
  padding:0;  
  background: #FFF;  
  color: #FFF; 
  list-style: none;
}
#headRight {
	float: right;
}

#indexFla {
	height: 333px;
	clear: both;
}
/* --------------------------------------------------
	2. Gnavi
-------------------------------------------------- */

#gNavi li  {
  list-style: none;  
  display:table-cell;  
  *display:inline;  
  *zoom:1;   
  margin:0;  
  padding:0;  
  background: #FFF;  
  color: #FFF;  
}  
#gNavi {
	padding-top: 3px;
	padding-bottom: 2px;
}

#gNavi  a img {
  -moz-transition: -moz-transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -moz-transform 0.1s ease-in-out;
  transition: -moz-transform 0.1s ease-in-out;
}

#gNavi a:hover img {
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* --------------------------------------------------
	3. Content
-------------------------------------------------- */

#left {
	float: left;
	width: 700px;
	padding-top: 20px;
}

#right {
	float: right;
	width: 250px;
	padding-top: 20px;
}

#contentBox {
	width: 694px;
	-moz-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	background-color: #FFFFFF;
	position:position:relative;
	behavior: url(/common/css/PIE.htc);
}

#textNavi {
	padding:15px 0px 18px 15px;
	letter-spacing: 0.3em;
	line-height: 1;
	background-image: url(../img/textnavi_bk.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}


#content {
	width: 640px;
	padding: 27px;

}

#pageTopLink {
	clear: both;
	text-align: right;
	padding:15px 0px;
}

#left h1{
	padding-top: 9px;
	padding-bottom: 21px;
}
/* --------------------------------------------------
	4. Footer
-------------------------------------------------- */
#foot {
	background-image: url(../img/footer_bk.gif);
	background-repeat: repeat-x;
	clear: both;
	background-color: #D7DFE5;
	padding:25px 0px;
}


#footer {
	width: 972px;
	background-image: url(../img/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	text-align: center;

}
#footer li  {
	list-style: none;
	display:inline;
  	*zoom:1;   
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding:0px 5px 0px 2px;
	font-size: 93%;
	height: auto;
} 
/* -----------------------------------------------
    [Module] 
-------------------------------------------------- */
/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

dl.newsList {
	margin-bottom: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newsList dt{
	color: #046AAD;
	background-image: url(../img/dt_img1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px center;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newsList dd{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CED8DF;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
}

table.description {
	border-collapse:collapse;
	border:1px solid #DEE2E4;
	margin: 0 auto;
	font-family: inherit;
	color: inherit;
}

table.description th {
	padding:1em 1.5em;
	border-collapse:collapse;
	border:1px solid #DEE2E4;
	font-weight:normal;
	vertical-align: middle;
	background-color: #F8FAFC;
	text-align: center;
}

table.description td {
	padding:1em 1.5em;
	border-collapse:collapse;
	border:1px solid #DEE2E4;
	text-align:left;
	background-color: #FFF;
}

.bkBlue{
	background-color: #E4F2FC !important;
}

#content h2.h2Text {
font-size:154%;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #1B75CD;
	background-image: url(../img/bk_h2Text.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
margin-bottom: 25px;
}


#content h2.h2Img {

	margin-bottom: 25px;
}

#content h3.h3main {
	font-size: 139%;
	background-image: url(../img/dt_img1.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 15px;
}
p.pmain {
	padding-bottom: 25px;
}
p.pmaintop {
	padding-bottom: 25px;
	padding-top: 50px;
}
p.pbig {
	padding-bottom: 25px;
	font-size: 139%;
}
.tBlock{
	padding-bottom: 30px;
	text-align:center;
}
.newsDate{
	font-weight:bold;
	padding-bottom: 15px;
	text-align:right;
}
.imgShadow{
	-moz-box-shadow: 0 0 3px rgba(180, 180, 180, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(180, 180, 180, 0.5);
	box-shadow: 0 0 3px rgba(180, 180, 180, 0.5);
	margin-right: 10px;
}

#content ol.roman {
	list-style-type: decimal;
	line-height: 1.6;
	list-style-position:outside;
	margin-bottom: 30px;
	padding-left: 20px;
}


/* --------------------------------------------------
	2. index
-------------------------------------------------- */
#feature  {
	clear: both;
	height: 180px;
	width: 960px;
	padding:15px 6px 10px 6px;
}
.featureBox {
	float: left;
	width: 310px;
	padding:0px 5px;
}

.featureContent {
	background-color: #FFF;
	background-image: url(../img/feature_bk.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 170px;
	padding:10px 10px 0px 10px;
}
.featureContent h3 {
	padding-bottom: 3px;
}

#FeatureImg1,#FeatureImg2,#FeatureImg3{
	height: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
}

#FeatureImg1{
	background: url(../../img/index_feature_img_1.jpg) no-repeat right 0px;
}

#FeatureImg2{
	background: url(../../img/index_feature_img_2.jpg) no-repeat right 0px;
}
#FeatureImg3{
	background: url(../../img/index_feature_img_3.jpg) no-repeat right 0px;
}

#indexBox {
	width: 920px;
	-moz-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	background-color: #FFFFFF;
	position:position:relative;
	padding:20px 20px 5px 20px;
	margin:0px auto;
	background-image: url(../img/feature_bk.gif);
	background-repeat: repeat-x;
	behavior: url(/common/css/PIE.htc);
}

#indexBox #indexLeft {
	float: left;
	width: 440px;
}

#indexBox #indexRight {
	float: right;
	width: 440px;
}
#indexBox #indexBanner {
	clear: both;
	padding-bottom: 15px;
}

#indexBox h2 {
	padding-bottom: 15px;
}

.bannerLeft {
	float: left;
	padding-right: 10px;
}
.bannerRight {
	float: right;
	padding-top: 10px;
}

.contentsPageTop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;	
}
/* --------------------------------------------------
	3. navi
-------------------------------------------------- */
#naviImg {
	width: 244px;
}
#naviBox {
	width: 244px;
	-moz-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	box-shadow: 0 0 4px rgba(167, 167, 167, 0.5);
	background-color: #FFFFFF;
	position:position:relative;
	padding:18px 0px 0px 0px;
	background-image: url(../img/feature_bk.gif);
	background-repeat: repeat-x;
	behavior: url(/common/css/PIE.htc);
}
#naviBox h3{
	text-align: center;
}
#naviBox ul {
	width: 224px;
	padding:0px 10px 15px 10px;
}
#naviBox li {
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	letter-spacing: 0.2em;
	line-height: 1;
	list-style: none; 
}
#naviBox li a {
	display:block;
	padding:15px 5px 15px 20px;
	background-image: url(../img/dt_img1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#naviBox li a:hover {
	background-color: #F8F8F8;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */

.group, .siteInfo {
  *zoom: 1;
}

/* for ie6/7 */
.group:after, .siteInfo:after {
  content: "";
  display: block;
  clear: both;
}


.clearfix:after { 
	display:block;  
	clear:both;  
	height:0px;  
	visibility:hidden;  
	content:".";  
}
.clearfix {  
min-height: 1px; /*IE6、7*/ 
}  

* html .clearfix {  
height: 1px;  
height: auto;  
overflow: hidden;  
 } 
 
.komabold {
	font-size: 110%;
	font-weight: bold;
	color: #069;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.komaimgli {
	margin: 0px;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
li.koli {
	float: left;
	}
.kocon {
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}

.kosyoubtn {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #CCC;
	border: 1px solid #69C;
	font-size: 90%;
	display: inline;
	margin-top: 20px;
}

.detailli {
	list-style-type: decimal;
	margin-left: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

.lensli {
	list-style-type: none;
	margin-left: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

.lenslili {
	margin-left: -20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
.kodiimgr {
	margin-top: 0px;
	text-align: right;
}
.kodiimg {
	margin-top: 0px;
}
.komovbtn {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #36C;
	border: 1px solid #69C;
	font-size: 100%;
	display: inline;
	margin-top: 20px;
	margin-bottom: 30px;
}
.komovbtn a:link{
	color: #FFF;	
}
.komovbtn a:visited{
	color: #FFF;	
}

p.lensmds {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.pmaintop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

p.pmain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
p.pmain2 {
	padding-top: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
p.epmain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
}
p.epmain2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
	padding-top: 20px;
}

.kobtnset {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;		
}

h4.komamds4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	padding-bottom: 20px;
	color: #666;
}
h4.komamds5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #666;
	clear: both;
}
.komavsample {
	padding-bottom: 20px;
	height: 160px;
}
.komavimg {
	float: left;
	width: 280px;
	height: 160px;
}
.komavtxt {
	float: left;
	padding-left: 30px;
	width: 300px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
.tbStyle01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;	
}
.komaeboldmds1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.rootertop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.rootertopn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 50px;
}
.rootertop2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.beertop2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 130%;
}
.rooterqatop {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.rooterqaq {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	color: #366;
}
.rooterqaa {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
}
.rootertopbtn {
	height: auto;
	width: 300px;
}
.rootertopc {
	width: 100%;
	background-color: #49b7e8;
}

ul.rooterli {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

li.rooterlix {
	
}

.fifatopc {
	width: 100%;
	background-color: #49b7e8;
}

.fifatop2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 130%;
}

ul.fifali {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

li.fifalix {
	margin-top: 40px;
	margin-bottom: 40px;
}

.fifabtn {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #36C;
	border: 1px solid #69C;
	font-size: 90%;
	display: inline;
	margin-left: 10px;
}

.fifabtn a:link{
	color: #FFF;	
}

.fifabtn a:visited{
	color: #FFF;	
}

.rootertopn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 50px;
}

.selectbtn {
	width: 318px;
	text-align: center;
	float: left;
}

ul.faqtxt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

li.faqq {
	color: #366;
	font-size: 110%;
	font-weight: bold;
}

li.faqa {
	font-size: 110%;
	margin-bottom: 20px;
	margin-left: 20px;
}
.caseset {
	clear: both;
	height: 240px;
}
.cesepho {
	width: 230px;
	float: left;
}
.cesetxt {
	float: left;
	width: 385px;
}
h4.flconbtn {
	font-size:16px;
	line-height: 26px;
	text-align: center;
	height: 26px;
	width: 290px;
	margin-top: 30px;
	background-color: #6CC;
	border: 1px solid #CCC;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;
}

.flconbtn a:link {
	color: #FFF;	
}

.flconbtn a:visited{
	color: #FFF;	
}
.flconbtn a:hover {
	color: #F93;	
}
.contaset {
	margin-bottom: 30px;	
}
h3.productindexname {
	color: #009;
	font-size: 105%;
	margin-left: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px;
}
td.productcap1 {
	padding-left: 8px;
}
 p.bogobold {
	font-size: 110%;
	font-weight: bold;
	color: #069;
	padding-top:40px;
	padding-bottom:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bogopmain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bogosize table,
.bogosize th,
.bogosize td { 
	border:solid 1px #ccc;/*グレーの枠線の指定*/
	padding: 5px;/*セルの内側に上下左右に4px余白をあける*/
	text-align: center;
}
.bogosize th {
	background: #f0f8ff;/*見出しの背景をグレーにする指定*/
}
ul.bogoli {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}

ol.bogoli {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
h2.bogotop2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 130%;
}