@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#f8f4e6;
	width:100%;
	color:#252525;
}

/*	リンクタグ	*/

a,
a:hover{
	color:#F25A4F;
	text-decoration:none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}


/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	background-color: #008AAE;
	ackground-image:-moz-linear-gradient(top, #0093B5, #00769E);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#0093B5), to(#00769E));
	background-image:-o-linear-gradient(top, #0093B5, #00769E);
	background-image:linear-gradient(top, #0093B5, #00769E);
	width:100%;
	padding:8px 5px;
	border-bottom:solid 1px #00355F;
	color:#FFF;
	/*
	text-shadow:1px 1px 1px #004673;
	*/
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #36A0BE;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
	color:#0086AC;
}

header p.des{
	padding:0 10px;
	margin-bottom:5%;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-color: #008db7;
/*
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
*/
	padding:1% 2px;
	margin:20px 0 0;
	_margin:2% 0 0;
	border:solid 2px #0068b7;
	border-top:sol2d 1px #0068b7;
	color:#FFF;
/*
	text-shadow:1px 1px 1px #FFF;
*/
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h3{
	background-color: #f3981d;
/*
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
*/
	padding:1% 2px;
	margin:5% 0 0;
	border:solid 2px #ee7800;
	border-top:solid 2px #ee7800;
	color:#FFF;
/*
	text-shadow:1px 1px 1px #FFF;
*/
}

.Header1{

	background-color: #f3981d;
/*
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
	padding:1% 10px;
	margin:5% 0 0;
*/
	padding:1px 10px;
	margin:5px 0 0px;
	border:solid 2px #ee7800;
	border-top:solid 2px #ee7800;
	color:#FFF;
/*
	text-shadow:1px 1px 1px #FFF;
*/

}

.Header2{

	background-color: #008db7;
/*
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
*/
	padding:1% 10px;
	margin:8px 0 0;
	border:solid 2px #0068b7;
	border-top:sol2d 1px #0068b7;
	color:#FFF;
/*
	text-shadow:1px 1px 1px #FFF;
*/

}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#E6E6E6));
	background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
	background-image: linear-gradient(top, #FFF, #E6E6E6);
	border:solid 1px;
	border-color:#FFF transparent #AEAEAE;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#DFDFDF), to(#C1C1C1));
	background-image: -o-linear-gradient(top, #DFDFDF, #C1C1C1);
	background-image: linear-gradient(top, #DFDFDF, #C1C1C1);
	border:solid 1px;
	border-color:#FFF transparent #929292;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	padding:0;
	overflow:hidden;

	border:solid 1px #F25A4F;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	background:#F25A4F;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#0086AC;
	float:right;
}

article section a p{
	width:60.5%;
	color:#1C140D;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#F25A4F;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #C1C1C1;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	color:#FFEBE1;
	border:solid 1px #008BAE;
	border-radius:5px;
	text-align:center;
	box-shadow:0px 0px 0px 1px #252525;
	background-image: -moz-linear-gradient(top, #009EDB, #005D87);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#009EDB), to(#005D87));
	background-image: -o-linear-gradient(top, #009EDB, #005D87);
	background-image: linear-gradient(top, #009EDB, #005D87);
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #C1C1C1;
}

address p{
	text-align:center;
}

/* 入力域の点線上下囲い */
.contentHr{
	/*
	margin-top:15px;
	margin-bottom:15px;
	*/
	margin-top:10px;
	margin-bottom:10px;
	padding:7px 0;
	/*border:solid #F38630;   dashed dotted */
	border:dotted #008db7;
	border-width:1px 0;
}

.notice{
	margin-top:5px;
	color:#008db7;
	font-weight:bold;
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
/** 検索結果表示テーブル用 */
table.tableQrSizeSelect{
width: 80%;
align:center;
border:solid 1px #008db7;
margin:0 Auto 0 Auto;
border-collapse: collapse;
text-align:left;
table-layout:fixed;
}

/** 検索結果ヘッダ */
td.sizeHeader {
	white-space: nowrap;
	border:solid 1px #008db7;
	text-align:center;
	font-size:10pt;
	background-color:#DDDDDD;
}

/** 入力項目 */
td.sizeCondition {
	height:24px;
	white-space: nowrap;
	border:solid 1px #008db7;
	text-align:center;
	background-color: #efefef;
}
button.imgBtn {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}
div.solidBox{
	border:solid 1px;
	width:400px;
	font-weight:700;
}
div.sendBox {
	float:left;
	text-align:center;
	width:50%;
}
div.sendBoxPC {
	float:left;
	text-align:center;
	width:50%;
}
div.sendBoxMargin {
	width:0px;
}
@media screen and (max-width:400px) {
	div.solidBox{
		border:solid 1px;
		width:95%;
		font-weight:700;
		margin:0 auto;
	}
	div.sendBox {
		float:left;
		text-align:center;
		width:auto;
	}
	div.sendBoxMargin {
		width:30%;
	}
	div.sendBoxPC {
		float:left;
		text-align:center;
		width:50%;
	}
}
