@charset "shift_jis";


/*===============================
 コンテンツ
===============================*/
/*------------------------
 大枠
------------------------*/
#contents {
	display: block;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

/*------------------------
 大枠
------------------------*/
.cont {
	font-size: small;
	display: block;
	line-height: 1.3em;
	padding: 5px;
}

/*------------------------
 タイトル
------------------------*/
.cont h1 {
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
	color: #2C80C5;
	display: block;
	text-align: left;
	vertical-align: middle;
	overflow: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	line-height:1.2em;
}


/*------------------------
 タイトル｜アイコン
------------------------*/
.cont h1 img {
	margin-left: 10px;
}

/*------------------------
 作業時間｜枠
------------------------*/
.cont_time {
	font-size: small;
	display: block;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}

/*------------------------
 作業時間｜枠
------------------------*/
.cont_time span {
	color: #0000FF;
}


/*------------------------
 作業時間
------------------------*/
.cont_time p.sagyo_t {
	display: block;
	margin: 0px;
	float: left;
	background-image: url(../images/icon_time.gif);
	background-position: left center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 18px;
}

/*------------------------
 作業人数
------------------------*/
.cont_time p.sagyo_n {
	display: block;
	margin: 0px;
	float: left;
	background-image: url(../images/icon_number.gif);
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 18px;
}

/*------------------------
 テキスト枠
------------------------*/
.cont_txt {
	font-size: small;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.3em;
}

/*------------------------
 テキスト｜blockquote
------------------------*/
.cont_txt_block {
	font-size: small;
	display: block;
	line-height: 1.3em;
	padding: 10px;
}

.cont_txt_block li{
	background: url(../images/icon01.png) no-repeat 0 0em;
	padding-left:18px;
	font-weight:bold;
	font-size:120%;
	margin:10px 0;
	}

/*------------------------
 テキスト｜memo
------------------------*/

.memo {
background: #FFFFCC;
border: 1px solid #666666;
margin:10px 0;
padding: 4px;
font-size: 90%;
line-height: 130%;
}

/*------------------------
 テキスト｜青文字
------------------------*/

.text_ao{
	color: #297bc4;
	font-size:14px;
	margin: 10px 0 2px;
	padding: 0 0 2px;
	border-bottom: 1px dotted #CCC;
		padding-left: 8px;
}

/*--------------------------------------
　バックボタン
--------------------------------------*/
.back_menu {
	background-image:url(../images/bg_menu.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #583903;
}

.back_menu a {
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
}

.back_menu a:hover {
	color: #ff0000;
	vertical-align: middle;
	font-weight: bold;
}

.menu_icon_AL{
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-right: 10px;
	padding-left: 40px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	display: block;
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.menu_icon_AR{
	height: 100%;
	width: 100%;
	padding-right: 40px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	display: block;
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.menu_icon01{
	background-image:url(../images/icon_right.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
	text-decoration: none;
	font-size: small;
	text-align: left;
	border: 1px solid #999999;
	width: 50%;
	margin: 0px;
	padding: 0px;
}


.menu_icon02{
	background-image:url(../images/icon_home.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #000000;
	text-decoration: none;
	font-size: small;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #E3E3E3;
	background-position: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
}


/*--------------------------------------
　ボタン
--------------------------------------*/
.btn_ac {
	border: 1px solid #999999;
	margin-right: 5px;
	margin-left: 5px;	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #2C80C5;
	color:#FFFFFF;
}

.btn_ac2 {
	background-color: #E3E3E3;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	padding-top:12px;
	padding-right: 15px;
	padding-bottom:12px;
	padding-left: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*--------------------------------------
　画像｜センター
--------------------------------------*/
.img_center{
	display: block;
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*--------------------------------------
　商品｜枠
--------------------------------------*/
.syohin{
	display: block;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.3em;
	width: 85px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	height: 150px;
	font-size: x-small;
}
.syohin2{
	display: block;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.3em;
	width: 85px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	height: 200px;
	font-size: x-small;
}


/*--------------------------------------
　商品｜枠
--------------------------------------*/
.syohin a{
	display: block;
	color: #000000;
}

/*--------------------------------------
　商品｜枠
--------------------------------------*/
.syohin strong{
	display: block;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

/*------------------------
　サブタイトル
------------------------*/

#acMenu h3 {
	border-bottom-style: solid;
	border-bottom-color: #297BC4;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom: 5px;
	color: #297BC4;
}

.cont_ac h3 {
	border-bottom-style: solid;
	border-bottom-color: #297BC4;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #297BC4;
}

.cont h3 {
	border-bottom-style: solid;
	border-bottom-color: #297BC4;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #297BC4;
}


.cont_ac h4{
	color: #297bc4;
	font-size:14px;
	margin: 10px 0 2px;
	padding: 0 0 2px;
	border-bottom: 1px dotted #CCC;
}


/*--------------------------------------
　画像枠
--------------------------------------*/
.img_teble{
	display:block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	clear:both;
}


/*--------------------------------------
　画像キャプチャ
--------------------------------------*/
.img_cap{
	font-size: x-small;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*--------------------------------------
　アコーディオン
--------------------------------------*/
#acMenu h2{
	display:block;
	cursor:pointer;
}
#acMenu div.cont_ac{
	display:block;
	text-align: left;
	margin: 0px;
	font-size: small;
	text-indent: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	line-height: 1.3em;
}

/*--------------------------------------
　アコーディオンを使わない
--------------------------------------*/

.cont_nac {
text-align: left;
margin: 0px;
font-size: small;
text-indent: 0px;
vertical-align: top;
padding-top: 0px;
padding-right: 13px;
padding-bottom: 15px;
padding-left: 13px;
line-height: 1.3em;
}

.cont_nac h3{
border-bottom-style: solid;
border-bottom-color: #297BC4;
border-bottom-width: 1px;
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 5px;
color: #297BC4;
}

.cont_nac p{
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

/*--------------------------------------
　次へ　前へ　ページ下テキストリンク
--------------------------------------*/

#nextPage {
	margin:15px 10px;
	text-align:right;
	font-weight:bold;
	float:right;
	
}
#previousPage {
	margin:15px 10px;
	text-align:left;
	font-weight:bold;
	float:left;
}


/*--------------------------------------
　テーブル
--------------------------------------*/

.howtotable{
	width:100%;
	margin-bottom:20px;
}

.howtotable td {
padding: 7px;
font-size: 90%;
line-height: 140%;
vertical-align: top;
border: 1px solid #CCC;
}

.howtotable th {
	padding: 7px;
	font-size: 90%;
	line-height: 140%;
	vertical-align: top;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;
}
