/*共通
--------------------------------------------------*/

h3.h3_original {
	background-image: url(../images/original/h3_bg.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-left: 30px;
	line-height: 30px;
}

div.h2_original h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 0 0 ;
	border-bottom: 3px solid #000 ;
}


div.h2_original h2 span {font-size: 22px;}

.mt15 { margin-top: 15px; }
.ml15 { margin-left: 15px; }
.mb15 { margin-bottom: 15px; }

.red { color: #F00; text-decoration: none; }


/*originalヘッダー背景共通
--------------------------------------------------*/

div.original_top{
	margin-left: 15px;
	margin-top: 10px;
	height: 146px;
	color: #FFF;
	padding: 50px 35px 0 400px ;
}

/*フッターリスト共通
--------------------------------------------------*/
.footer_list {
	background-color: #DCDCDC;
	height: 50px;
	padding-top: 10px;
	overflow: hidden ;
	 /zoom: 1;
}
p.footer_list_left {
	float: left;
	line-height: 20px;
	width: 180px;
	padding: 5px 0px 0px 10px;
}
p.footer_list_left img {
	margin: 0px 5px 6px 0px;
}

p.footer_list_left a {
	text-decoration: none;
	color: #00297B;
	font-weight: bold;
	font-size: 15px;
}

p.footer_list_left a:hover {
	text-decoration: underline;
}

ul.footer_list_center {
	padding-left: 5px;
	float: left;
	padding-right: 5px;
	text-align: center;
	padding-top: 7px;
}

.footer_list_center li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	border: 1px solid #00297B;
	height: 24px;
	width: 24px;
	background-color: #00297B;
	text-align: center;
	color: #FFF;
	line-height: 24px;
	display:inline-block;
	/display:inline;
	/zoom:1;

}
.footer_list_center li a {
	color: #00297B;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	line-height: 24px;

}
.footer_list_center li a:hover {
	background-color: #004DEA;
	color: #FFF;
}
p.footer_list_right {
	line-height: 26px;
	text-align: right;
	float: right;
	margin-right: 10px;
	width: 177px;
}
p.footer_list_right a {
	text-decoration: none;
	color: #00297B;
	font-weight: bold;
	font-size: 15px;
}
p.footer_list_right a:hover {
	text-decoration: underline;	
}

p.footer_list_right img {
	margin: 0px 0px 8px 5px;
}


/*よくある質問
--------------------------------------------------*/

div.question_top {
	background-image: url(../images/original/question/question_top.jpg);
	background-repeat: no-repeat;
}

dl.dl_faq {
	padding-top: 15px;
	margin: 0px 15px;
}

dl.dl_faq dt {
	line-height: 18px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;
	padding: 15px 0px 15px 60px;
	border-bottom: 1px dotted #CCC;
	background: #FFF url(../images/original/question/question_dt.png) no-repeat 15px 10px;
}

dl.dl_faq dd {
	margin-bottom: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0 0 5px 5px;
	background: #FFF url(../images/original/question/question_dd.png) no-repeat 15px 15px;
	padding: 20px 20px 10px 60px;
}

/*フルオーダー法被とセミオーダーの違い
--------------------------------------------------*/

.f_bold { font-weight: bold; }

div.differ_top {
	background-image: url(../images/original/differ/differ_top.jpg);
	background-repeat: no-repeat;
}

div.differ_menu {
	margin: 15px 12px 10px;
	overflow:
	hidden;
/zoom: 1;
	padding: 10px 0px 10px 0;
	background: #FFF;
}

div.differ_list {
	padding-left: 110px;
}

div.differ_menu p {
	font-size: 16px;
	text-align: center;
	padding-bottom: 3px;
}

div.differ_menu ui { float: left; }

div.differ_menu li {
	float: left;
	background-color: #eee;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding: 1px 5px;
	margin: 0px 3px 0 15px;
}

div.differ_menu a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

div.differ_menu a:hover { color: #FFF; }

div.differ_menu li:first-child { margin-left: 0px; }

div.differ_contents {
	background-color: #FFF;
	margin: 15px 10px 10px;
	padding: 10px 0px 10px 12px;
}

.differ_tab_left {
	display:inline-block;
	/display:inline;
	/zoom:1;
	float: left;
	margin-right: 125px;
}

.differ_tab_left {
	width: 235px;
	background-color: #FFF;
}
p.differ_tab_left { width: 235px; background-color: #FFF; }

.differ_tab_right {
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.differ_tab_right {
	width: 235px;
	background-color: #FFF;
}
p.differ_tab_right { width: 235px; background-color: #FFF; }
div.differ_tab {
	padding-top: 2px;
	margin: 10px 0px;
	}
div.differ_tab dt { margin-bottom: -10px; }
div.differ_tab dd img { margin: 20px 0px 10px; }
div.differ_tab dd { margin-top: 10px; }

.tab_none {
	padding-bottom: 10px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 5px;
}

div.tab_differ01 { background: url(../images/original/differ/bg_menu01.png) no-repeat 242px 0px ; }
div.tab_differ02 { background: url(../images/original/differ/bg_menu02.png) no-repeat 242px 0px ; }

div.differ_link {
	margin: 15px 0px 10px;
	overflow:
	hidden;
/zoom: 1;
	padding: 10px 0px 10px 0;
	background: #FFF;
}

div.differ_link {
	padding-left: 0px;
}

div.differ_link p {
	font-size: 16px;
	text-align: center;
	padding-bottom: 3px;
}

div.differ_link ui { float: left; }

div.differ_link li {
	float: left;
	background-color: #eee;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding: 1px 5px;
	margin: 0px 0px 0 146px;
}

div.differ_link a {
	color: #000;
	text-decoration: none;
	font-size: 26px;
}

div.differ_link a:hover { color: #FFF; }

div.differ_link li:first-child { margin-left: 2px; }


.print_attention {
	margin: 30px 0px;
}
.print_attention dt {
	font-size: 24px;
	font-weight: bold;
	background: #e1e1e1;
	padding-left: 5px;
	margin-right: 10px;
}
.print_attention dt span {
	font-size: 18px;
	color: #FFF;
	background: #F00;
	margin-left: 5px;
	padding: 0px 5px;
	vertical-align: middle;
}

.print_attention img {
	margin: 20px 0px 10px;
}



/*扇子のサイズについて
--------------------------------------------------*/

div.size_top {
	background-image: url(../images/original/size/size_top.jpg);
	background-repeat: no-repeat;
}

div.size_menu {
	margin: 15px 15px 10px 15px ;
	padding: 10px 0 0 10px ;
	font-weight: bold;
	height: 55px;
	background-color: #FFF;
	overflow: hidden ;
	 /zoom: 1;
}

div.size_menu p {
	font-size: 16px;
	text-align: center;
	padding-bottom: 3px;
	clear: right;
}

div.size_menu ul { padding-left: 135px; }

div.size_menu li {
	float: left;
	background-color: #eee;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding: 1px 2px;
	margin: 0px 3px 0px 5px;
}

div.size_menu a { color: #000; text-decoration: none; }
div.size_menu a:hover { color: #FFF; }

div.size_contents {
	background-color: #FFF;
	margin: 15px 15px 15px 15px ;
	padding: 10px 10px 10px 10px;
}

div.size_contents dl {
	height: 255px;
	padding-left: 345px;
	margin: 0 0 25px 0;
	border-bottom: 1px dotted #333;
}
div.size_contents dt { font-size: 24px; font-weight: bold; }
div.size_contents span { font-size: 14px; font-weight: bold; }

dl.size_block01 { background: url(../images/original/size/size_img01.jpg) no-repeat ; }
dl.size_block02 { background: url(../images/original/size/size_img02.jpg) no-repeat ; }
dl.size_block03 { background: url(../images/original/size/size_img03.jpg) no-repeat ; }

/*扇子の素材について
--------------------------------------------------*/

div.sozai_top {
	background-image: url(../images/original/sozai/sozai_top.jpg);
	background-repeat: no-repeat;
}

div.sozai_contents {
	background-color: #FFF;
	margin: 15px 15px 15px 15px ;
	padding: 15px 0 5px 0 ;
}

div.sozai_contents dl {
	margin: 15px 15px 10px 15px;
	padding: 0 0 15px 220px;
	border-bottom: 1px dotted #333;
}
div.sozai_contents dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
dl.sozai_block01 { background: url(../images/original/sozai/sozai_craft.jpg) no-repeat left top ; min-height: 170px ; }
dl.sozai_block02 { background: url(../images/original/sozai/sozai_washi.jpg) no-repeat left top ; min-height: 170px ; }
dl.sozai_block03 { background: url(../images/original/sozai/sozai_pori.jpg) no-repeat left top ; min-height: 170px ; }
dl.sozai_block04 { background: url(../images/original/sozai/sozai_honeiro.jpg) no-repeat left top ; min-height: 180px ; }
dl.sozai_block05 { background: url(../images/original/sozai/sozai_honesozai.jpg) no-repeat left top ; min-height: 180px ; }


div.sozai_link {
	margin: 35px 0px 15px;
	overflow:
	hidden;
/zoom: 1;
	padding: 10px 0px 10px 0;
	background: #FFF;
}

div.sozai_link {
	padding-left: 0px;
}

div.sozai_link p {
	font-size: 30px;
	text-align: center;
	padding-bottom: 15px;
}

div.sozai_link ui { float: left; }

div.sozai_link li {
	float: left;
	background-color: #eee;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding: 1px 5px;
	margin: 0px 0px 0 60px;
}

div.sozai_link a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
}

div.sozai_link a:hover { color: #FFF; }

div.sozai_link li:first-child { margin-left: 110px; }

/*扇子の印刷方法について
--------------------------------------------------*/

div.print_top {
	background-image: url(../images/original/print/print_top.jpg);
	background-repeat: no-repeat;
}

div.print_contents {
	background-color: #FFF;
	margin: 15px 15px 15px 15px ;
	padding: 10px 10px 10px 10px;
	}
	
div.print_contents dl {
	height: 115px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #333;
}

div.print_contents dt { font-size: 24px; font-weight: bold; }


/*用途で選ぶオリジナル扇子
--------------------------------------------------*/

div.various_top {
	background-image: url(../images/original/various/various_top.jpg);
	background-repeat: no-repeat;
}

div.various_menu {
	margin: 15px 15px 10px 15px ;
	padding: 10px 0 0 10px ;
	font-weight: bold;
	height: 55px;
	background-color: #FFF;
	overflow: hidden ;
	 /zoom: 1;
}

div.various_menu p {
	font-size: 16px;
	text-align: center;
	padding-bottom: 3px;
	clear: right;
}

div.various_menu ul {
	padding-left: 117px;
}

div.various_menu li {
	float: left;
	background-color: #eee;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	padding: 1px 2px;
	margin: 0px 3px 0px 5px;
}

div.various_menu a { color: #000; text-decoration: none; }

div.various_menu a:hover { color: #FFF; }

div.various_contents {
	background-color: #FFF;
	padding: 20px 8px 15px 8px ;
	margin: 0 15px 20px 15px ;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	overflow: hidden ;
	 /zoom: 1;
}

div.various_contents dl{
	float: left;
}

div.various_contents dt {
	font-size: 23px;
	font-weight: bold;
	border-left: 3px solid #F00;
	padding: 5px 0px 0px 5px;
}

div.various_contents dd {
	height: 160px;
	font-size: 16px;
	margin-top: 10px;
	padding: 2px 320px 0px 30px;
}

div.various_contents li {
	margin-top: 13px;
}
div.various_contents img {
	float: right;
	margin-top: -201px;
}

.various_bg01 {
	height: 160px;
	font-size: 16px;
	padding: 1px 320px 0 30px;
	margin-top: 10px;
	line-height: 20px;
	background: url(../images/original/various/various-contents01.png) no-repeat;
}
.various_bg01 li { margin-top: 14px; }

.various_bg02 {
	background-image: url(../images/original/various/various-contents02.png);
	background-repeat: no-repeat;
	height: 160px;
	font-size: 16px;
	padding: 1px 320px 0 30px;
	margin-top: 10px;
	line-height: 19px;
}
.various_bg02 li { margin-top: 14px; }

.various_txt {
	margin-top: 220px;
} 

/*用語集
--------------------------------------------------*/

div.terminology_top {
	background-image: url(../images/original/terminology/terminology_top.jpg);
	background-repeat: no-repeat;
}

div.terminology_menu {
	height: 195px;
	background-color: #FFF;
	margin: 15px;
	font-size: 11px;
	padding: 10px 10px 0;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	overflow: hidden;
	 /zoom: 1;
}

div.terminology_menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div.terminology_menu a:hover {
	text-decoration: underline;
}

div.terminology_menu dl {
	float: left;
	margin-left: 4px;
	}

div.terminology_menu dt {
	background-color: #005EBF;
	color: #FFF;
	width: 95px;
	height: 25px;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	line-height: 25px;
	font-weight: bold;
}

div.terminology_menu dt span { letter-spacing: -1px; }
div.terminology_menu li span { letter-spacing: -1px; }

div.terminology_menu dl:first-child {margin-left: 0px;}

div.terminology_contents {
	background-color: #FFF;
	margin: 10px 15px 15px 15px;
	padding: 15px 10px 10px 10px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
}

.terminology_h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 15px 0 10px 15px;
	padding-left: 30px;
	line-height: 30px;
	background: url(../images/original/terminology/terminology_h3.png) no-repeat;
}

div.terminology_contents dt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

div.terminology_contents dd {
	margin: 5px 0 5px 0;
}

.terminology_img01 {
	float: right;
	clear: both;
	padding-left: 10px;
}

.terminology_img02 {
	text-align: right;
	clear: both;
	padding: 0 0 0 10px;
}

/*フルオーダー法被
--------------------------------------------------*/

div.outer_estimateTop { background: url(../../images/estCnt/outer_estimateTop.png) center 7px no-repeat; }
ul.estimateTop {
	margin: 0 auto;
	width: 980px;
	height: 157px;
	position: relative;
	margin-bottom: 16px;
}
ul.estimateTop li.li_estimate {
	position: absolute;
	left: 690px;
	top: 0;
}
ul.estimateTop li.li_freedial {
	position: absolute;
	left: 60px;
	top: 8px;
}
ul.estimateTop li.li_sokujitsu {
	position: absolute;
	left: 550px;
	top: 44px;
}

dl.top_faq {
	margin: 0 auto 10px;
	padding: 20px 15px 10px 95px;
	width: 520px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background: url(../../images/faq/icn_question.jpg) no-repeat 5px 5px #fff;
	overflow: hidden;
	/zoom: 1;
}
dl.top_faq dt {
	float: left;
	width: 240px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}
dl.top_faq dd {
	float: right;
}



/*実績画像スライダー*/
/*林修正　ここから*/
#idMediaWrap {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	width:640px;
}
#idMediaWrap #lineupItem {
	width: 594px;
	float: left;
	margin: 0 23px;
}
#idMediaWrap #lineupItem li {
	width: 186px;
	vertical-align: top;
	display: inline-block;
	/display:inline;
	/zoom:1;
	padding-left: 4px;
}
#idMediaWrap .prevBtn {
	position: absolute;
	left: 0;
	top: 186px;
}
#idMediaWrap .nextBtn {
	position: absolute;
	right: 0;
	top: 186px;
}
/*林修正　ここまで*/
#idMediaWrap .prevBtn a:hover, #idMediaWrap .nextBtn a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity:0.5;
	zoom:1;
}
#idMediaWrap #lineupItem li table {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
}
#idMediaWrap #lineupItem li table caption, p.caption {
	margin: 8px 0;
	padding: 4px 0;
	background: #b60407;
	color: #fff;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
p.caption {
	text-align: center;
}
/*林修正*/
#idMediaWrap #lineupItem li table th,
#idMediaWrap #lineupItem li table td {
	border: 2px solid #c2c2c2;
	padding: 5px;
}
#idMediaWrap #lineupItem li table th {
	background: #03004c;
	color: #fff;
	white-space: nowrap;
	width: 60px;
}
#idMediaWrap #lineupItem li table td {
	background: #fff;
	padding-right: 0;
}
div.detail {
		position: relative;
		display: none;/* ライトボックス表示するコンテンツは消しておきます */
		/*width: 680px; 隠しコンテンツの横幅 */
		/*height: 340px; 隠しコンテンツの高さ */
		padding: 10px;
}
img.mainImage { opacity: 1; }

div#detail_size {
	width: 650px;
	overflow: hidden;
	/zoom: 1;
}
dl.dl_switch {
	float: left;
	width: 230px;
}
dl.dl_switch > dt {
	height: 50px;
	font-size: 16px;
}
dl.dl_switch dt em {
	display: block;
	font-size: 14px;
	font-style: normal;
}
dl.switchImg dt { margin-bottom: 10px; }
dl.switchImg dd ul {
	overflow: hidden;
	/zoom: 1;
}
dl.switchImg dd ul li {
	float: left;
	margin-left: 3px;
	text-align: center;
}
dl.switchImg dd ul li:first-child { margin-left: 0; }
dl.dl_size {
	float: right;
	width: 400px;
}
dl.dl_size dt { line-height: 50px; font-size: 16px; }


/*実績画像
--------------------------------------------------*/

ul.tabHead { margin-bottom: 15px; }
ul.tabHead li {
	background: #eee;
	cursor: pointer;
	display: inline-block;
	/display:inline;
	/zoom:1;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
ul.tabHead li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
}
ul.tabHead li:hover a {	color: #fff; }
ul.tabHead li a.selected { color: #f00; text-decoration: underline; }
ul.tabBody {
	background: url(../images/original/picture/bg_Vdot.gif) repeat-y center top;
	padding-left: 1px;
}
ul.tabBody li {
	overflow: hidden;
	/zoom: 1;
}
ul.tabBody li dl {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width: 305px;
	margin: 10px 5px;
}
ul.tabBody li dl dt em { display: block; text-align: center; }
ul.tabBody li dl dd table {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	border: 2px solid #03004c;
}
ul.tabBody li dl dd table caption {
	line-height: 36px;
	font-size: 14px;
}
ul.tabBody li dl dd table th, ul.tabBody li dl dd table td {
	border: 1px dotted #03004c;
	padding: 5px;
}
ul.tabBody li dl dd table th {
	background: #03004c;
	color: #fff;
	white-space: nowrap;
}
ul.tabBody li dl dd table td {
	background: #fff;
	padding-right: 0;
}

/*サイトマップ
--------------------------------------------------*/

div.sitemap_navi { margin: 15px 0px 15px 15px; font-size: 14px; }

ul.map_navi dt {
	background: url(../../images/footer/dt_f_navi.jpg) no-repeat;
	color: #FFF;
	padding-left: 15px;
	line-height: 24px;
}

ul.map_navi dd {
	background: url(../../images/footer/arw_footer.png) no-repeat 1px;
	padding-left: 15px;
	margin: 5px 0px 0px 5px;
}
ul.map_navi dd a { text-decoration: none; color: #000; }
ul.map_navi dd a:hover { text-decoration: underline; }

/*キラメックができること
--------------------------------------------------*/

div.div_kilaCan {
	margin: 0 auto 10px;
	width: 615px;
	padding: 5px 0 0 10px;
	background: #fff;
	overflow: hidden;
	/zoom: 1;
	border: 1px solid #666;
}
div.div_kilaCan dl {
	float: right;
}
div.div_kilaCan dl dt {
	text-align: right;
}
div.div_kilaCan dl dt span { color: #BD0000; }
div.div_kilaCan dl dd {
	line-height: 16px;
	padding: 5px 0 5px 10px;
	margin: 0 10px 5px 290px;
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddFFFFFF,EndColorStr=#ddFFFFFF);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddFFFFFF,EndColorStr=#ddFFFFFF)";　/* IE8以上 */
	z-index: 1;
	width: 305px;
}

/* IE9にfilterがかからないように */
div.div_kilaCan dl dd:not(:target){
	filter: none;
	-ms-filter: none;
}

div.full_bg_kilaCan01 { background: url(../images/make/full/bg_kilaCan01.jpg) no-repeat; }
div.full_bg_kilaCan02 { background: url(../images/make/full/bg_kilaCan02.jpg) no-repeat; }
div.full_bg_kilaCan03 { background: url(../images/make/full/bg_kilaCan03.jpg) no-repeat; }
div.semi_bg_kilaCan01 { background: url(../images/make/semi/bg_kilaCan01.jpg) no-repeat; }
div.semi_bg_kilaCan02 { background: url(../images/make/semi/bg_kilaCan02.jpg) no-repeat; }
div.semi_bg_kilaCan03 { background: url(../images/make/semi/bg_kilaCan03.jpg) no-repeat; }
div.novelty_bg_kilaCan01 { background: url(../images/scene/novelty/bg_kilaCan01.jpg) no-repeat; }
div.novelty_bg_kilaCan02 { background: url(../images/scene/novelty/bg_kilaCan02.jpg) no-repeat; }
div.novelty_bg_kilaCan03 { background: url(../images/scene/novelty/bg_kilaCan03.jpg) no-repeat; }
div.memorial_bg_kilaCan01 { background: url(../images/scene/memorial/bg_kilaCan01.jpg) no-repeat; }
div.memorial_bg_kilaCan02 { background: url(../images/scene/memorial/bg_kilaCan02.jpg) no-repeat; }
div.memorial_bg_kilaCan03 { background: url(../images/scene/memorial/bg_kilaCan03.jpg) no-repeat; }
div.sale_bg_kilaCan01 { background: url(../images/scene/sale/bg_kilaCan01.jpg) no-repeat; }
div.sale_bg_kilaCan02 { background: url(../images/scene/sale/bg_kilaCan02.jpg) no-repeat; }
div.sale_bg_kilaCan03 { background: url(../images/scene/sale/bg_kilaCan03.jpg) no-repeat; }



/*国産扇子
--------------------------------------------------*/

.bg_kokusan {
	background: url(../images/pickup/kokusan/bg_kokusan.jpg) no-repeat top;
	min-height: 440px;
	margin: 0px auto;
	width: 980px;
}
.bg_kokusan h2 {
	margin-left: 853px;
	padding-top: 15px;
}
.bg_kokusan dl {
	padding-top: 36px;
}
.bg_kokusan dt {
	font-size: 18px;
	font-weight: bold;
	background: #ffcfcf;
	padding: 5px;
}
.bg_kokusan dd {
	margin: 10px 0px 20px;
}

.h3_pickup {
	background: url(../images/pickup/kokusan/h3_bg.jpg) no-repeat;
	font-size: 24px;
	line-height: 32px;
	padding-left: 40px;
	margin-bottom: 20px;
}

.ul_kokusan {
	overflow: hidden;
	margin-bottom: 10px;
}
.ul_kokusan li { float: left; }

.ul_option {
	overflow: hidden;
	margin-bottom: 20px;
}
.ul_option li:first-child { margin-left: 0px; }
.ul_option li {
	float: left;
	margin-left: 10px;
}
.mt7 { margin-top: 7px; }
.mb50 { margin-bottom: 50px; }


/*紙扇子
--------------------------------------------------*/

div.bg_main {
	margin: -20px auto 0;
	padding: 10px 0 0 10px;
	width: 970px;
	height: 431px;
}
div.main_paper { background: url(../images/pickup/paper/bg_main.jpg) no-repeat; }
div.bg_main h2 { margin-bottom: 10px; }
div.bg_main p {
	width: 270px;
	font-size: 14px;
}

dl.scene_paper > dt {
	text-align: center;
	margin-bottom: 45px;
}
dl.scene_paper dd ul {
	font-size: 0;
	margin-bottom: 40px;
}
dl.scene_paper dd ul li {
	display: inline-block;
	width: 209px;
	padding-top: 180px;
	margin-left: 16.5px;
	font-size: 14px;
}
dl.scene_paper dd ul li:first-child { margin-left: 0; }
dl.scene_paper dd ul li:nth-child(1) { background: url(../images/pickup/paper/kinen_paper.jpg) no-repeat; }
dl.scene_paper dd ul li:nth-child(2) { background: url(../images/pickup/paper/sale_paper.jpg) no-repeat; }
dl.scene_paper dd ul li:nth-child(3) { background: url(../images/pickup/paper/novelty_paper.jpg) no-repeat; }
dl.scene_paper dd ul li dl { text-align: center; }
dl.scene_paper dd ul li dl dt {
	font-size: 16px;
	font-weight: bold;
}

div.bg_fukidashi {
	width: 515px;
	height: 76px;
	padding: 10px 10px 5px 115px;
	font-size: 14px;
	background: url(../images/pickup/bg_fukidashi.png);
	margin-bottom: 20px;
}

div.bg_h3 h3 {
	line-height: 38px;
	padding-left: 15px;
	font-size: 24px;
	color: #fff;
	background: url(../images/pickup/bg_h3.png) no-repeat;
	margin-bottom: 15px;
}

dl.dl_shiyo {	margin-bottom: 30px; }
dl.dl_shiyo dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.dl_shiyo dd { font-size: 14px; }
dl.shiyo_papaer {
	padding-bottom: 350px;
	background: url(../images/pickup/paper/shiyo.jpg) no-repeat bottom;
}

div.h4_square h4 {
	margin-left: 28px;
	padding-left: 28px;
	font-size: 24px;
	line-height: 1;
	background: url(../images/pickup/square.jpg) no-repeat left center;
	margin-bottom: 15px;
}

ul.ul_paper {
	font-size: 0;
	margin-bottom: 25px;
}
ul.ul_paper li {
	display: inline-block;
	vertical-align: top;
	padding-top: 150px;
	width: 220px;
	text-align: center;
}
ul.ul_paper li:nth-child(1) { background: url(../images/pickup/paper/7_30.jpg) no-repeat; }
ul.ul_paper li:nth-child(2) { background: url(../images/pickup/paper/7_35.jpg) no-repeat; }
ul.ul_paper li:nth-child(3) { background: url(../images/pickup/paper/9_11.jpg) no-repeat; }
ul.ul_paper li dl {
	font-size: 0;
	text-align: center;
}
ul.ul_paper li dl dt {
	font-size: 18px;
	font-weight: bold;
}
ul.ul_paper li dl dd {
	display: inline;
	margin-left: 10px;
}
ul.ul_paper li dl dd:nth-of-type(1) { margin-left: 0; }

div.txt_shiyo {	margin: 0 15px 30px; }

dl.dl_about { margin-bottom: 30px; }
dl.dl_about dt {
	text-align: center;
	margin-bottom: 15px;
}
dl.dl_about dd {
	margin: 0 10px;
	font-size: 14px;
}

p.wrapping_txt {
	font-size: 14px;
	color: #900;
	margin-bottom: 5px;
}

ul.wrapping {
	font-size: 0;
	margin-bottom: 15px;
}
ul.wrapping li {
	display: inline-block;
}
ul.wrapping_txt {
	text-align: center;
	margin-bottom: 20px;
}
ul.wrapping_txt li {
	display: inline-block;
	font-size: 14px;
	color: #900;
	text-align: left;
}

ul.option {
	font-size: 0;
	text-align: center;
}
ul.option li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}
ul.option li:nth-child(1) {
	width: 310px;
	padding-right: 10px;
	border-right: 1px solid #000;
	margin-right: 10px;
}
ul.option li:nth-child(2) { width: 320px; }
ul.option li:nth-child(-n+2) { margin-bottom: 25px; }
ul.option li dl dt { margin-bottom: 10px; }


/*布扇子
--------------------------------------------------*/

div.main_cloth { background: url(../images/pickup/cloth/bg_cloth.jpg) no-repeat; }

dl.scene_cloth > dt {
	text-align: center;
	margin-bottom: 40px;
}
dl.scene_cloth dd ul {
	font-size: 0;
	text-align: right;
	background: url(../images/pickup/cloth/cloth.jpg) 10px 0 no-repeat;
	min-height: 181px;
	margin-bottom: 25px;
}
dl.scene_cloth dd ul li {
	display: inline-block;
	width: 209px;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
}


/*成人式扇子
--------------------------------------------------*/

div.main_seijin { background: url(../images/pickup/seijin/bg_seijin.jpg) no-repeat; }
div.main_seijin h2 { margin: 64px 0 20px -10px; }
div.main_seijin p { width: 360px; }

dl.scene_seijin dt {
	text-align: center;
	margin-bottom: 45px;
}

div.h3_seijin {
	line-height: 47px;
	padding-left: 37px;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/pickup/seijin/bg_h3.png) no-repeat;
	margin-bottom: 15px;
}
div.h4_template h4 {
	line-height: 49px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(../images/pickup/seijin/bg_h4.png) no-repeat;
	text-align: center;
	margin-bottom: 15px;
}
div.h4_template h4 em {
	padding: 0 10px;
	color: #840406;
	font-style: normal;
	background: #fff;
	margin-right: 15px;
}
ul.ul_seijin { height: 600px; }
ul.ul_seijin ul,
ul.ul_font {
	font-size: 0;
	text-align: center;
}
ul.ul_seijin ul li,
ul.ul_font li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 0 0 30px 18px;
}
ul.ul_seijin ul li:nth-child(3n+1),
ul.ul_font li:nth-child(3n+1) { margin-left: 0; }
ul.ul_seijin ul li img,
ul.ul_font li img {
	display: block;
	margin-bottom: 5px;
}
ul.ul_seijin ul li a,
ul.ul_font li a {
	font-size: 14px;
	color: #000;
}
ul.ul_seijin ul li a:hover,
ul.ul_font li a:hover { text-decoration: none; }
ul.ul_seijin ul li a:hover img,
ul.ul_font li a:hover img { opacity: 0.5; }

div.benri_fukidashi {
	height: 73px;
	padding: 35px 10px 5px 125px;
	background: url(../images/pickup/seijin/fukidashi.png);
	margin-bottom: 20px;
}
div.benri_fukidashi strong { color: #f00; }

div.h4_point h4 {
	margin: 0 0 20px 20px;
	display: inline-block;
	font-size: 20px;
	border-bottom: 2px dashed #900;
}

ul.seijin_support {
	font-size: 0;
	text-align: center;
}
ul.seijin_support li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	padding-top: 220px;
	margin-left: 15px;
}
ul.seijin_support li:first-child { margin-left: 0; }
ul.seijin_support li:nth-child(1) { background: url(../images/pickup/seijin/support1.png) no-repeat center top; }
ul.seijin_support li:nth-child(2) { background: url(../images/pickup/seijin/support2.png) no-repeat center top; }
ul.seijin_support li:nth-child(3) { background: url(../images/pickup/seijin/support3.png) no-repeat center top; }
ul.seijin_support li dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.seijin_support li:nth-child(3) { background: url(../images/pickup/seijin/support3.png) no-repeat; }
ul.seijin_support li dl dd { font-size: 15px; text-align: left; }


/*小ロット扇子
--------------------------------------------------*/

div.main_fullcolor {
	height: 460px;
	padding-left: 492px;
	background: url(../images/pickup/small/bg_h2.jpg) no-repeat;
}
div.main_fullcolor dl { margin: 10px 30px; }
div.main_fullcolor dl dt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1a8bba;
}
div.main_fullcolor dl dd { font-size: 14px; }

ul.small_scene { font-size: 0; }
ul.small_scene li {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	font-size: 14px;
	margin-left: 25px;
}
ul.small_scene li:first-child { margin-left: 0; }
ul.small_scene li dl dt {
	padding: 10px 0 0 80px;
	line-height: 38px;
	text-align: center;
	font-size: 30px;
	height: 508px;
	border-bottom: 3px dotted #666;
	margin-bottom: 10px;
}
ul.small_scene li:nth-child(1) dl dt { background: url(../images/pickup/small/bg_scene1.jpg) no-repeat; }
ul.small_scene li:nth-child(2) dl dt { background: url(../images/pickup/small/bg_scene2.jpg) no-repeat; }
ul.small_scene li:nth-child(3) dl dt { background: url(../images/pickup/small/bg_scene3.jpg) no-repeat; }

div.outer_customer {
	background: #e8e8e8;
	padding: 25px 0;
	margin-bottom: 30px;
}
div.outer_customer h3 {
	text-align: center;
	margin-bottom: 20px;
}

#container{
	width: 758px;
	height: 512px;
	margin: 0 auto 15px;
}
#navi ul{ font-size: 0; }
#navi ul li {
	display: inline-block;
	margin-left: 7px;
}
#navi ul li:first-child { margin-left: 0; }
div#main {
	margin: 0 auto 7px;
	height: 424px;
}
#main img{ position: absolute; }
#navi ul li a { position: relative; display: block; }
#navi ul li a.active img {
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	-o-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
	filter: brightness(0.5);
}
#navi ul li a.active::after {
	color: #fff;
	font-weight: bold;
	content: "選択中";
	position: absolute;
	top: 28px;
	left: 49px;
	font-size: 16px;
}

div.outer_customer dl { text-align: center; font-size: 0; }
div.outer_customer dl dt {
	font-size: 18px;
	font-weight: bold;
}
div.outer_customer dl dd {
	display: inline-block;
	border-top: 1px dotted #000;
	padding-top: 5px;
	font-size: 14px;
	text-align: left;
}

ul.ul_vocal {
	margin: 0 auto 20px;
	width: 770px;
}
ul.ul_vocal li {
	height: 180px;
	background: url(../images/pickup/small/bg_customer.png) no-repeat;
}
ul.ul_vocal li:first-child { margin-bottom: 30px; }
ul.ul_vocal li dl { padding: 20px 10px 20px 180px; }
ul.ul_vocal li dl dt {
	font-size: 22px;
	fotn-weight: bold;
	margin-bottom: 10px;
}
ul.ul_vocal li dl dd { font-size: 14px; }

div.outer_estimate {
	padding: 15px 0;
	background: #79b42d;
	margin-bottom: 50px;
}
div.outer_estimate ul {
	margin: auto;
	padding: 12px 0 0 298px;
	width: 423px;
	height: 242px;
	background: url(../images/pickup/small/bg_estimate.jpg) no-repeat;
}
div.outer_estimate ul { font-size: 0; }
div.outer_estimate ul li { display: inline-block; }
div.outer_estimate ul li:first-child { margin-right: 7px; }
div.outer_estimate ul li img:hover { opacity: 0.5; }

div.outer_estimate2 {
	padding: 0;
	background: #fff;
}
div.outer_estimate2 ul { background: url(../images/pickup/small/bg_estimate2.jpg) no-repeat; }
div.outer_estimate2 ul li {
	background: #fff;
	border-radius: 3px;
	border-top-left-radius: 0;
}

div.outer_type {
	background: #e8e8e8;
	padding: 25px 0;
	text-align: center;
	margin-bottom: 50px;
}

div.outer_type ul {
	margin: auto;
	width: 980px;
	font-size: 0;
}
div.outer_type ul li {
	display: inline-block;
	width: 460px;
	font-size: 14px;
	text-align: left;
}
div.outer_type ul li:nth-child(even) { margin-left: 60px; }
div.outer_type ul li:nth-child(-n+2) { margin-bottom: 30px; }
div.outer_type ul li dl dt { margin-bottom: 10px; }

div.outer_design { margin-bottom: 100px; }
div.bg_design {
	height: 305px;
	background: url(../images/pickup/small/bg_design.jpg) center no-repeat;
	position: relative;
}
div.bg_design dl {
	position: absolute;
	width: 230px;
}
div.bg_design dl:nth-of-type(1) {
	left: 18px;
	top: -24px;
}
div.bg_design dl:nth-of-type(2) {
	right: 18px;
	top: 100px;
}
div.bg_design dl dt {
	font-size: 24px;
	text-align: center;
	margin-bottom: 165px;
}
div.bg_design dl dd { font-size: 14px; }

dl.dl_hone { margin-bottom: 20px; }
dl.dl_hone dd {
	padding-left: 295px;
	font-size: 14px;
}

div.outer_support {
	padding: 25px 0 50px;
	background: #79b42d;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
div.outer_support h3 {
	margin: 0 auto 10px;
	width: 980px;
	padding-bottom: 10px;
	border-bottom: 5px solid #fff;
}
div.outer_support ul {
	margin: auto;
	width: 980px;
	font-size: 0;
}
div.outer_support ul li {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	font-size: 14px;
	text-align: left;
	margin-left: 25px;
}
div.outer_support ul li:first-child { margin-left: 0; }
div.outer_support ul li dl dt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 217px;
	margin-bottom: 10px;
}
div.outer_support ul li:nth-child(1) dl dt { background: url(../images/pickup/small/tegaki.jpg) no-repeat bottom; }
div.outer_support ul li:nth-child(2) dl dt { background: url(../images/pickup/small/rental.jpg) no-repeat bottom; }
div.outer_support ul li:nth-child(3) dl dt { background: url(../images/pickup/small/support.jpg) no-repeat bottom; }


/*-------蓼沼　扇子入力------*/
body.semi #button{width:978px;
height:179px;
background-color:#333;
	}

body.semi #kakaku{
	width:980px;
	margin-top:30px;
	}

body.semi #kakaku_text{
	margin-top:85px;
	padding-left:75px;
	}
body.semi #kakaku_text2{
	margin-bottom: 30px;
	}

body.semi #kakaku_left{
	margin-right: 30px;
	float:left;}

body.semi #kakaku_right{
	float: right;
}

body.semi #naire{
	margin-left:20px;
	padding-top:30px;
	padding-bottom:60px;
	}


body.semi .semi_txt{
	clear:both;
}

body.semi #tyumon{
	margin-top:70px;
	}

body.semi #tyumon_midasi{text-align: right;}

body.semi #tyumon_text{margin-left:120px;}
body.semi #tyumon_text2{
margin-left:20px;
padding-top:30px;
}

body.semi #tyumon_left{
	margin-left:80px;
	margin-bottom:60px;
	float:left;}

body.semi #tyumon p{clear:both;}

body.semi #gara{
	margin-top:60px;}

body.semi #gara_sensu{
	margin-left:20px;
	margin-bottom:40px;}

body.semi #gara_text{
	margin-left:90px;
	}

body.semi #gara_sensuph{
	padding-top:90px;
	}

body.semi #gara_left{
	margin-right:30px;
	float:left;}

body.semi #omitumori{

	margin-top:60px;}


body.semi #omiumori_button{
	clear:both;
	text-align: center;}

body.semi #omiumori_text{
	text-align:center;
	margin-top:30px;
margin-bottom:25px;}

#form { margin-bottom: 50px; }
#form ul {
	margin-left: 55px;
	width: 980px;
	font-size: 0;
}

#form li{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 25px;
}

#form dt{
	margin-bottom:15px;
}

#form ul li input[type="text"] { width: 70px; height:25px; border: 1px solid #666; margin-right: 0.5em; margin-bottom:15px; }

#form ul li:nth-child(6n+1) { margin-left: 30px; }

table#table_estimate_total {
	width: 100%;
}
table#table_estimate_total td#item_total_num {
	width: 250px;
	text-align: center;
	background: #eee;
	font-size: 24px;
	line-height: 36px;
	border: 1px solid #999;
}
#total_error { float: right; margin-top: -30px; }
#total_error input {
	height: 10px;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity: 0;
	zoom:1;
}

#reco78 .recommend_items,
#reco79 .recommend_items { padding: 0 50px; }



/*扇セミオーダー
--------------------------------------------------*/


.bg_semi_ougi {
	background: url(../images/make/semi_ougi/bg_h2.jpg) no-repeat;
	margin: 0px auto 20px;
	height: 550px;
	width: 980px;
	position: relative;
}


.bg_semi_ougi p {
	font-size: 20px;
	position: absolute;
	left: 690px;
	top: 310px;
	text-align: right;
}
.bg_semi_ougi p span { -webkit-text-emphasis: filled circle #000; text-emphasis: filled circle #000; }
.bg_semi_ougi p em {
	font-weight: bold;
	background: rgba(241,255,11,0.5);
	font-style: normal;
}

.ougi_osusume dt {
	background: url(../images/make/semi_ougi/bg_dt_osusume.png) no-repeat;
	padding-left: 228px;
	height: 172px;
}
.ougi_osusume dd {
	background: url(../images/make/semi_ougi/bg_dd_osusume.jpg) no-repeat right top;
	height: 265px;
}
.ougi_osusume dd img { padding-top: 75px; }

.icon_txt {
	font-size: 14px;
	background: url(../images/make/semi_ougi/bg_icon.png) no-repeat;
	padding-left: 85px;
	min-height: 79px;
}
.icon_txt em {
	font-weight: bold;
	background: #f6ff6e;
}

.ougi_sample {
	background: #e5e5e5;
	padding: 10px 30px;
}
.ougi_sample dt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.ougi_sample ul { overflow: hidden; text-align: center; }
.ougi_sample ul li { float: left; margin-left: 6px; font-size: 14px; }
.ougi_sample ul li:first-child { margin-left: 0px; }
.ougi_sample ul dt { margin-bottom: 5px; }


.new_estimate {}

.new_estimate {
	padding: 15px 0;
	margin-bottom: 50px;
}
.new_estimate ul {
	margin: auto;
	padding: 12px 0 0 240px;
	width: 423px;
	height: 253px;
	background: url(../images/make/semi_ougi/bg_new_estimate.jpg) no-repeat;
}
.new_estimate ul { font-size: 0; }
.new_estimate ul li { display: inline-block; }
.new_estimate ul li:first-child { margin-right: 7px; }
.new_estimate ul li img:hover { opacity: 0.5; }


.ougi_detail {
	background: url(../images/make/semi_ougi/bg_detail.jpg) no-repeat center top;
	position: relative;
	height:600px;
	margin-top: 30px;
}
.ougi_detail dt { font-size: 24px; font-weight: bold; }
.ougi_detail dd { font-size: 14px; width: 12em; }
.ougi_detail dd em { font-style: normal; font-weight: bold; }
.ougi_detail li { position: absolute; }
.ougi_detail li:nth-of-type(1) { left: 5px; top: -15px;	}
.ougi_detail li:nth-of-type(2) { left: 472px; top: 377px; }
.ougi_detail li:nth-of-type(3) { left: 489px; top: -15px; }
.ougi_detail li:nth-of-type(4) { top: 300px; }
.ougi_detail li:nth-of-type(5) { left: 125px; top: 393px; }




.h4_ougi_detail {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #1572a1;
	margin-bottom: 20px;
}

.h4_ougi_detail:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.h4_ougi_detail h4 {
	display: inline-block;
	padding: 0 0.5em;
	background: #FFF;
	position: relative;
}


.dl_mikata { font-size: 14px; position: relative; }
.dl_mikata > dt { font-weight: bold; text-align: center; }
.dl_mikata > dd {
	background: url(../images/make/semi_ougi/bg_mikata.jpg) no-repeat right top;
	padding-top: 30px;
	min-height: 177px;
	margin-top: 10px;
}
.dl_mikata > dd > ul > li { position: absolute; width: 13em; }
.dl_mikata > dd > ul > li:nth-of-type(1) { left: 65px; top: 24px; }
.dl_mikata > dd > ul > li:nth-of-type(2) { left: 43px; top: 119px; }
.dl_mikata > dd > ul > li:nth-of-type(3) { left: 461px; top: 25px; }

.dl_mikata dd ul dt { font-weight: bold; }


.dl_mikata > dd dd li { list-style: disc inside; }


#design_nav { overflow: hidden; margin-top: 50px; }
#design_nav li {
	background: #e3e3e3;
	padding: 10px;
	float: left;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 20px;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	margin-bottom: 5px;
}
#design_nav li:first-child { margin-left: 0px; }

#design_nav li.active { color: #FFF; background: #000; }

#ougi_design { overflow: hidden; margin-left: -3px; margin-bottom: 30px; }
#ougi_design li {
	float: left;
	margin-left: 3px;
	margin-top: 20px;
}

#ougi_design li p { text-align: center; }
#ougi_design li p:first-of-type { color: #FFF; }
#ougi_design li p:last-of-type { text-decoration: underline; margin-top: 3px; }
#ougi_design .sun65 p:first-of-type { background: #9c3f6f; }
#ougi_design .sun7 p:first-of-type { background: #236eb3; }
#ougi_design .sun75 p:first-of-type { background: #005744; }


.ougi_hone { overflow: hidden; margin-bottom: 30px; }
.ougi_hone li {
	text-align: center;
	float: left;
	width: 211px;
	padding-top: 115px;
	font-size: 18px;
	margin-left: 13px;
}
.ougi_hone li:first-child { margin-left: 0px; }

.ougi_hone li:nth-of-type(1) { background: url(../images/make/semi_ougi/bg_hone01.jpg) no-repeat center top; }
.ougi_hone li:nth-of-type(2) { background: url(../images/make/semi_ougi/bg_hone02.jpg) no-repeat center top; }
.ougi_hone li:nth-of-type(3) { background: url(../images/make/semi_ougi/bg_hone03.jpg) no-repeat center top; }


.ougi_pattern {
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 10px;
}
.ougi_pattern li {
	float: left;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
}
.ougi_pattern li em { font-weight: bold; font-style: normal; }


.ougi_option {
	background: #f1f1f1;
	padding: 20px;
}

.ougi_option dt {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background: #1573a1;
	text-align: center;
	line-height: 46px;
}

.ougi_option dd ul {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ougi_option dd ul li {
	float: left;
	text-align: center;
	width: 190px;
	padding-top: 159px;
	font-size: 18px;
	margin-left: 12px;
}
.ougi_option dd ul li:nth-of-type(1) { background: url(../images/make/semi_ougi/bg_fuzoku01.jpg) no-repeat center top; }
.ougi_option dd ul li:nth-of-type(2) { background: url(../images/make/semi_ougi/bg_fuzoku02.jpg) no-repeat center top; }
.ougi_option dd ul li:nth-of-type(3) { background: url(../images/make/semi_ougi/bg_fuzoku03.jpg) no-repeat center top; }



/*成人式　実績ページ
--------------------------------------------------*/
.ul_jisseki > li {
	margin-top: 50px;
	list-style: none;
}

.ul_jisseki > li:first-child { margin-top: 0px; }

.ul_jisseki > li > dl > dt {
	font-size: 18px;
	font-weight: bold;
	background: #e3e3e3;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 20px;
}
.ul_jisseki > li > dl > dd { overflow: hidden; }

.ul_jisseki > li > dl > dd > a:hover { opacity: 0.7; }

.ul_jisseki > li > dl > dd > div {
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	width: 312px;
}

.ul_jisseki > li > dl > dd > div > p {
	line-height: 26px;
}


.ul_jisseki > li > dl > dd > div > .jisseki_date {
	margin-top: 20px;
}
.ul_jisseki > li > dl > dd > div > .jisseki_date dt {
	font-size: 14px;
	font-weight: bold;
}


.ul_jisseki > li > dl > dd > div > .jisseki_youto {
	font-size: 14px;
	color: #FFF;
	background: #ff9621;
	overflow: hidden;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
}
.ul_jisseki > li > dl > dd > div > .jisseki_youto dt { float: left; }
.ul_jisseki > li > dl > dd > div > .jisseki_youto dd { text-decoration: underline; float: left; }

.seijin_picture_img {margin:80px 0; }
.seijin_picture_img a:hover { opacity: 0.7; }




