@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
a {
	color: #03b;
	text-shadow: 1px 2px 1px #daa;
	text-decoration: none;
}
a:hover {
	color: #d00;
	text-shadow: 1px 2px 1px #fcc;
	text-decoration: underline;
}
.link1 {
	text-align: right;
	margin-top: 10px;
}
.link1 a {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 0 10px 5px 10px;
	margin: 5px 10px 10px 10px;
	font-size: 13px;
	letter-spacing: 2px;
}
body {
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background-color: #FFF;
}
#topbar {
	background-color: #03b;
	color: #fff;
}
#topbar h1 {
	font-size: 75%;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 7px 0;
	margin-top:0
}
header {
	margin-top: 25px;
	margin-bottom: 10px;
}
big{
	font-size:130%;
	line-height:180%;
}	

/* モバイルここから！Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
/*ヘッダー内ロゴと電話番号部分ここから*/
#header p.logo {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header p.logo img {
	width: 100%;
}
#header p.phone {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header p.phone img {
	width: 70%;
}
/*ここまで*/

/*グローバルナビゲーションここから*/
.area001 nav ul li {
	width: 100%;
	border-bottom: 1px solid #0033cc;
	border-right: none;
	text-align: center;
}
.area001 nav ul li a {
	display: block;
	height: auto;
	line-height: 1em;
	font-size: 17px;
	text-align: center;
	padding: 2%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}
.icon {
	padding-top: 8px;
	display: none;
	text-align: center;
	font-size: 12px;
}
/*スライドショーここから*/
#slideshow {
	position: relative;
	width: 100%; /* 画像の横幅に合わせて記述 */
	height: auto; /* 画像の高さに合わせて記述 */
	clear: both;
	padding-top: 20px;
	margin-bottom: 41%;
}
#slideshow img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*スライドショーここまで*/

/*メインコンテンツここから*/
#main {
	width: 100%;
}
#main .menu-list {
	width: 100%;
}
#main h2 {
	text-align: center;
	color: #0033cc;
	/*ボックス装飾*/
	padding: 5px;/* background: #fff; */
	/*ここまで*/
	
/*	ボックス隙間
	margin-left:3%;
	もしボックスを使用する場合に隙間ありかなしか調整できます。
*/
}
#main h2 span.red {
	color: #dd0000;
}
p {
	font-size: 98%;
	line-height: 2em;
}
#main p.img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
#main p.img img {
	width: 80%;
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#main div.comment {
	width: 90%;
	margin: 10px auto;
	margin-bottom: 30px;
	/*ボックス装飾*/
	border-top: #ddd solid 0.5px;
	padding: 5px;/* background: #fff; */
		/*ここまで*/
}
/*メインコンテンツここまで*/


/*サブコンテンツ内容ここから*/

#sub p.banner {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 1px 0 #ddd;
	-webkit-box-shadow: 0 1px 1px 0 #ddd;
	text-align: center;
}
/*フッターここから*/
#footer {
	clear: both;
	width: 100%;
	margin: 65px auto 20px auto;
	/*border-top:1px solid #0033cc;*/
	background: url(../image/footer-bg.png) top center repeat-x;
}
#footer .area002 {
	/*border-top:2px solid #cccccc;*/
	width: 100%;
	margin: 0 auto;
}
#footer .area002 nav ul li {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom: none;
	text-align: center;
}
.area002 nav ul li a {
	display: block;
	height: auto;
	border-right: 1px solid #03b;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	text-decoration: none;
}
/*メモ：first-childをaに実装させたいときはli:first-child aで動く*/
.area002 nav ul li:last-child a {
	border-right: none;
}
/*メモ：擬似クラスを実装させたいときはnth-child()で動く*/
.area002 nav ul li:nth-child(3) a {
	border-right: none;
}
/*ロゴボトム*/
#footer p.logosub {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#footer p.logosub img {
	width: 60%;
}
/*住所のボックス*/
#footer .bottom {
	width: 100%;
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
}
.mapicon {
	margin-bottom: 15px;
}
/*コピーライトここから*/
#footer p.copy {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	color: #0033cc;
}
/*スクロールボタン*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 0px;
}
#pagetop img {
	width: 50%;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.product_name{
	height:2.4em;
	overflow:hidden;
	line-height:1.2em;
	font-size:1em;
}

/*@media only screen and (min-width: 320px) {
	#footer #bottom{
	width:100%;
	padding-top:10px;
	font-size:90%;
	text-indent:0;
}

	
}
*/

/* タブレットここから！Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.max40 {
	max-width: 45%;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}

}


/*デスクトップここから！ Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1050px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*ヘッダー内ロゴと電話番号部分ここから*/
#header p.logo {
	width: 48%;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
}
#header p.logo img {
	width: 80%;
}
#header p.phone {
	width: 48%;
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
}
#header p.phone img {
	width: 50%;
}
nav .icon{
	display:block;
}
/*ここまで*/

/*グローバルナビゲーションここから*/

.area001 {
	max-width: 1200px;
	margin: 0 auto;
}
.area001 nav ul li {
	width: 19.5%;
	margin-left: 0.6%;
	float: left;
	background: url(../image/footer-bg.png) left top repeat-x;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}
.area001 nav ul li:hover {
	background-color: #fff5f5;
}
.area001 nav ul li:first-child {
	margin-left: 0;
}
/*メインコンテンツここから*/
#main {
	width: 100%;
}
#main .menu-list {
	width: 32%;
	box-sizing: border-box;
	float: left;
	margin-left: 2%;
	background-color: #f8f8f8;
	border: #ccc solid 1px;
	border-left: #0033cc solid 8px;
}
#main .menu-list:first-child {
	margin-left: 0;
}
#main h2 {
	text-align: center;
}
#main p {
	font-size: 98%;
}
#main p.img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
#main p.img img {
/* padding:5px; */
	/* border-top:1px solid #cccccc; */
	/* border-left:1px solid #cccccc; */
	/* border-right:1px solid #666666; */
	/* border-bottom:1px solid #666666; */
}
#main div.comment {
	margin-bottom: 0px;/*ここまで*/
}
/*メインコンテンツここまで*/


/*サブコンテンツ内容ここから*/

#sub {
}
/*フッターここから*/

/*メニュー部分*/
#footer .area002 {
	/*border-top:2px solid #cccccc;*/
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
#footer .area002 nav ul li {
	width: 16.66%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom: none;
	text-align: center;
}
.area002 nav ul li a {
	display: block;
	height: auto;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	padding: 12px 2%;
	margin: 10px 0;
	text-decoration: none;
}
.area002 nav ul li a:hover {
	background-color: rgba(255, 245, 245, 0.6);
}
/*メモ：first-childをaに実装させたいときはli:first-child aで動く*/
.area002 nav ul li:last-child a {
	border-right: none;
}
/*メモ：first-childをaに実装させたいときはli:first-child aで動く/デスクトップ時は3番目の表示も必要*/
.area002 nav ul li:nth-child(3) a {
	border-right: 1px solid #0033cc;
}
/*ロゴボトム*/
#footer p.logosub {
	width: 400px;
	float: left;
	text-align: left;
	padding-top: 10px;
}
#footer p.logosub img {
	width: 90%;
}
/*住所のボックス*/
#footer .bottom {
	width: 400px;
	float: left;
	padding-top: 10px;
	font-size: 95%;
	margin-top: 0;
	text-align: left;
}
#footer .mapicon {
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	width: 50px;
	margin-bottom: 0;
}
#footer p.copy {
	clear: both;
	text-align: left;
	padding-left: 1%;
	/*padding-top:25px;*/
	padding-bottom: 5px;
	font-size: 90%;
	color: #0033cc;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}

}
.cb {
	clear: both;
}




/*各ページまとめ*/

#main {
	width: 100%;/* margin-top:5%; */
}
.img-left {
	float: left;
	margin: 0 15px 15px 0;
}
.img-right {
	float: right;
	margin: 0 0 15px 15px;
}
td, th {
	padding: 3px 6px;
}
/*ページタイトル*/
h1.ttl {
	color: #444;
	font-size: 28px;
	text-indent: 0.5em;
	margin-top: 40px;
	margin-bottom: 0;
	border-left: 10px solid #0033dd;
	border-bottom: 1px solid #ddf;
	background-color: #fafafa;
	padding: 8px 8px 8px 15px;
	letter-spacing: 3px;
}
/*大項目タイトル：H3*/
h3 {
	width: 100%;
	margin-top: 40px;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: left;
	padding: 2px 3px 2px 10px;
	background: #03b;
	color: #fff;
	box-sizing: border-box;
	border-right: 25px solid #d00;
}
h2.nagare {
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	padding: 5px;
	background: #fff;
	border-top: 1px #0033cc solid;
	border-bottom: 1px #0033cc solid;
}
.nagare {
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 10px;
}
.nagare p span.option {
	font-size: 25px;
	color: #FF9933;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 1px;/*文字頭揃える*/
}
p.in {
	text-indent: 1em;/*文字頭揃える*/
	margin-top:5px;
	line-height:130%;
}
/*受注流れの文章ボックスと画像のボックス部分フロート*/
#box1 {
	width: 100%;
}
#box2 {
	width: 100%;
	text-align: center;
}
#box2 p img {
	/*画像を立体的に*/
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#box2 p.p1 {
	padding-top: 8px;
	padding-bottom: 8px;
}
/*製品ギャラリー部分*/
.gallery {
	margin-left: -8%;
}
.gallery div {
	width: 42%;
	margin-left: 8%;
	float: left;
	text-align: center;
	margin-bottom: 12px;
}
.gallery div img {
	width: 100%;
}
form#mail_form {
	width : 100%;
}
form#mail_form dl {
	width : 100%;
	overflow : hidden;
}
form#mail_form dl dt {
	clear : both;
	padding : 10px 00;
}
form#mail_form dl dd {
	width : 100%;
	padding : 10px 0;
}
form#mail_form dl dt span {
	display : block;
	font-size : 85%;
	color : #3377ff;
	border-bottom: 1px solid #0033dd;
}
form#mail_form dl dt span.essential { /* JavaScriptによってdt内に挿入 */
	display : inline;
	color : #ff3030;
	font-weight : bold;
	margin-right : 1em;
	border: 1px solid #ff3030;
}
form#mail_form dd div { /* 入力エラーメッセージがJavaScriptによって出現 */
	color : #ff0000;
}
form#mail_form input {
	height : 1.5em;
	border : 1px solid #cccccc;
}
form#mail_form input:focus, form#mail_form textarea:focus {
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
.w350 {
	width : 350px;
}
form#mail_form ul li label:hover {
	cursor : pointer;
}
form#mail_form ul li input {
	height : auto;
	margin-right : 0.5em;
}
form#mail_form input#phone {
	width : 350px;
}
form#mail_form textarea#mail_contents {
	width : 350px;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	background : #fafafa;
}
form#mail_form input#mail_submit_button {
	width : 100%;
	height: 40px;
	padding : 4px 10px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight : bold;
}
form#mail_form input#mail_submit_button:hover {
	color : #106dff;
	background : #e0e0e0;
}

#policy h4{
	margin:20px 0 10px 0;
	color:#444;	
}
#policy p{
	line-height:150%;	
}




@media only screen and (min-width: 769px) {
	/*pcのみブロッククオート*/
	.pcbq {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*受注から納品まで*/
	.nagare p span.option {
		font-size: 25px;
		color: #FF9933;
		font-weight: bold;
		line-height: 1.5;
		padding-right: 5px;/*文字頭揃える*/
	}
	p.in {
		text-indent: 1em;/*文字頭揃える*/
		font-size: 14px;
		line-height: 145%;
	}
	/*受注流れの文章ボックスと画像のボックスフロート*/
	#box1 {
		width: 40%;
		float: left;
	}
	#box2 {
		width: 58%;
		float: right;
		text-align: center;
	}
	/*画像サイズ調整*/
	#box2 p img {
		/* width: 70%; */
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	/*画像左右フロート*/
	#box2 p.p1 {
		text-align:center;
		padding-bottom: 8px;
	}
	/*製品ギャラリー部分*/
	.gallery {
		margin-left: -4%;
	}
	.gallery div {
		width: 21%;
		margin-left: 4%;
	}
	
	/*お問い合わせフォーム*/
	#contact {
		width: 50%;
		float: left;
	}
	/*個人情報保護*/
	#policy {
		width: 40%;
		float: right;
		border-top: none;
		border-bottom: none;
	}
}
h2.keiei p {
	padding-top: 10px;
}
#aisatsu p.pic {
	width: 100%;
	padding-top: 10px;/*margin-bottom:10%;*//*隙間制御*/
}
