@charset "utf-8";/*"Shift_JIS";*/

/*

[Beige]
※28-27-80 #cbae94
30-44-100 #ffc78f;

[Yellow] 48?
※45-54-65 #a68f4c
45-38-76 #c2af78
51-38-76 #c2b778

[Red]
0-38-91 #E89090
0-100-62 #9E0000
0-100-91 #E80000

*/

a{
	text-decoration:none; 
}
a:hover{
	text-decoration:underline;
}
.block_footer_menu{
	float:left;
	width:230px;/*170px + 60px*/
}
.block_footer_menu.first{
	margin-left:212px;/*170px + 42px*/
}
.block_footer_sitename{
	clear:both; 
	color:#ffc78f;
	font-weight:bold;
	padding:60px 0;
	text-align:center;
}
.block_footer_sitename strong{
	font-size:150%;
}
.block_message{
	border:solid 1px rgb(85%,85%,85%);
	display:block;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size:150%;
	height:340px;
	padding-top:154px;/*170px - 16px*/
	text-align:center;
	width:100%
}
body{
	color:rgb(24%,24%,24%);
	font-family:'ＭＳ Ｐ明朝','メイリオ',Meiryo,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
	font-size:14px;
}
body#top{
	background-image:url('images/top_body_background960.png');
	background-position:50% 90px;
	background-repeat:no-repeat;
}
.btnGrad{
	
	/*角を丸くする*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	
	/*グラデーション*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgb(94%,94%,94%)));
	background:-moz-linear-gradient(top, #ffffff, rgb(94%,94%,94%));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=rgb(94%,94%,94%));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=rgb(94%,94%,94%))";
}
.btnGrad.background-color-red{
	border-color:#9E0000;
	border-style:solid;
	border-width:0 1px 1px 0;
	color:#ffffff;
	
	/*グラデーション*/
	background:-webkit-gradient(linear, left top, left bottom, from(#E89090), to(#E80000));
	background:-moz-linear-gradient(top, #E89090, #E80000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#E89090, endcolorstr=#E80000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#E89090, endcolorstr=#E80000)";
}
.btnGrad.large{
	display:block;
	font-family:'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
	font-size:138%; 
	margin:0 auto;
	padding:22px 0;
	text-align:center; 
	width:62%;
}
.btnGrad img{
	height:24px;
	margin-right:16px; 
	position:relative;
	top:-2px;
}
form{
	display:inline; 
}
/*h3{
	color:#333333;
	font-size:300%;
	padding:60px 0;
	text-align:center;
}*/
h3.background-image{
	background-image:url('images/h3_background.png');
}
/*h3 div.ruby{
	color:#c2b778;
	font-size:38%;
	font-weight:normal;
	margin-top:16px;
}*/
h5{
	border-color:#c2af78;
	border-style:double;
	border-width:0 0 3px 0;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size:200%;
	margin-bottom:42px;
	padding-top:60px;
}
.margin-top-0{
	margin-top:0;
}
h5 div.ruby{
	color:#c2b778;
	font-size:38%;
	font-weight:normal;
	margin-bottom:-12px;
	position:relative;
	text-align:right;
	top:-12px;
}
h6{
	background-image:url('images/icon16_clip.png');
	background-position:0 6px;
	background-repeat:no-repeat;
	border-color:rgb(62%,62%,62%);
	border-style:dashed;
	border-width:0 0 1px 0;
	color:rgb(50%,50%,50%);
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size:138%;
	font-weight:normal; 
	margin:42px 0; 
	padding:0 0 6px 30px;
}
h7{
	color:rgb(24%,24%,24%);
	display:block;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-size:115%; 
	font-weight:bold;
	margin:30px 0;
	padding:6px 12px;
}
h7.border{
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:1px;
}
img.float-left{
	float:left;
	margin-right:30px; 
}
img.float-right{
	float:right;
	margin-left:30px;
}
input[type="text"],input[type="password"],select,textarea{
	border:solid 1px rgb(85%,85%,85%);
	padding:6px;
	
	/*角を丸くする*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
input[type="text"],textarea{
	ime-mode:active;
}
input[type="text"].code{
	ime-mode:disabled;
	text-align:center;
}
input[type="text"].disabled,input[type="password"]{
	ime-mode:disabled;
}
input[type="text"].inactive{
	ime-mode:inactive;
}
input[type="text"].number{
	ime-mode:disabled;
	text-align:right;
}
.logo{
	position:absolute;
}
.memo{
	color:rgb(62%,62%,62%); 
	font-size:85%;
	margin-bottom:6px;
}
body#top p{
	color:rgb(38%,38%,38%);
	line-height:162%;
}
p{
	color:rgb(38%,38%,38%);
	/*font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;*/
	line-height:185%;
}
.red{
	color:#ff0000;
}
.ruby{
	font-family:'GEORGIA';
}
.smaller{
	font-size:0.85em;
}
table.form{
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:1px 0 0 1px;
}
table.form td{
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:0 1px 1px 0;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	padding:9px;
}
table.form th{
	background-color:rgb(85%,85%,85%);
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:0 1px 1px 0;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ',Meiryo;
	font-weight:normal;
	padding:9px; 
}
table.view{
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:1px 0 0 0;
}
table.view td{
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:0 0 1px 0;
	padding:6px 8px;
}
table.view th{
	background-color:rgb(85%,85%,85%);
	border-color:rgb(85%,85%,85%);
	border-style:solid;
	border-width:0 0 1px 0;
	font-weight:normal;
	padding:6px 8px;
}
.table-tr{
	background-color:rgb(85%,85%,85%);
	border-color:#ffffff;
	border-style:solid;
	border-width:0 0 1px 0;
	font-size:inherit;
}
.table-tr:after{
	clear:both;
	content:"";
	display:block;
}
.table-th{
	float:left;
	padding:16px;
	vertical-align:middle;
	width:24%;
}
.table-td{
	background-color:rgb(94%,94%,94%);
	float:left;
	padding:16px;
	width:76%;
}

/*幅960pxの場合*/
.width1{width:678px;}
.width2{width:480px;}
.width3{width:340px;}
.width4{width:240px;}
.width5{width:170px;}
.width6{width:120px;}
.width7{width:84px;}
.width8{width:60px;}
.width9{width:42px;}
.width10{width:30px;}

#header_menu_container{
	background-image:url('images/header_menu_container_background.png');
	background-repeat:repeat-x;
	height:90px;
	width:100%;
}
#header_logo{
	position:absolute;
}
#header_menu{
	margin:0 auto;
	width:960px;
}
#main_contents{
	display:none;
	margin:0 auto;
	padding-bottom:60px; 
	/*padding:30px 12px;*/
	width:960px;
}
body#top #main_contents{
	padding-bottom:0;
}
div#zirconia{
	border-color:rgb(85%,85%,85%);
	border-width:0 0 1px 0;
	border-style:dashed;
	padding-bottom:30px;
}
div#all_ceramics{
	border-color:rgb(85%,85%,85%);
	border-width:0 0 1px 0;
	border-style:dashed;
	padding-bottom:30px;
}
#footer_container{
	background-image:url('images/footer_container_background.png');
	background-repeat:repeat-x;
	height:283px;
	width:100%;
}
#footer{
	color:rgb(94%,94%,94%);
	line-height:150%;
	margin:0 auto;
	padding:60px 0 0 0;
	width:960px;
}
#footer a{
	color:rgb(94%,94%,94%);
}
#footer_copyright{
	background-color:#292929;
	color:rgb(94%,94%,94%);
	padding:12px 0;
	text-align:center;
	width:100%;
}

/* PC用 */
@media only screen and (min-width:960px){
}
/* モニター幅959px以下 */
@media only screen and (max-width:959px){
	body#top{
		background-image:url('images/top_body_background768.png');
	}
	#header-h1{
		width:768px;
	}
	#header-logo{
		width:768px;
	}
	#main_contents{
		width:768px;
	}
	#footer{
		width:768px;
	}
}
/* iPad 縦 */
@media only screen and (max-width:768px){
	body#top{
		background-image:url('images/top_body_background640.png');
	}
	#header-h1{
		width:640px;
	}
	#header-logo{
		width:640px;
	}
	#main_contents{
		width:640px;
	}
	#footer{
		width:640px;
	}
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	body#top{
		background-image:url('images/top_body_background480.png');
	}
	#header-h1{
		width:480px;
	}
	#header-logo{
		width:480px;
	}
	#main_contents{
		width:480px;
	}
	#footer{
		width:480px;
	}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	body#top{
		background-image:url('images/top_body_background320.png');
	}
	#header-h1{
		width:480px;
	}
	#header-logo{
		width:320px;
	}
	#main_contents{
		width:320px;
	}
	#footer{
		width:320px;
	}
}
/*
#header-h1{
	margin:0 auto;
	width:960px;
}
#header-h1 h1{
	color:rgb(62%,62%,62%);
	font-size:62%;
	font-weight:normal;
}
*/
