@charset "utf-8";

/* サイドバー */

#sidebar1 #menuframe
{
	width:170px;
	height:160px;
	background-image:url(../images/back_contents.jpg);
	padding:30px 10px 10px 10px;
	margin-bottom:5px;
}

#sidebar1 #menu
{
	padding:14px 10px 0 10px;
}

#sidebar1 #menu .back 
{
	background-image:url(../css/images/menu_back.jpg);
	padding:2px;
	border:outset 1px;
	line-height:20px;
}

#sidebar1 #menu .back_hover 
{
	background-image:url(../css/images/menu_back_hover.jpg);
	padding:2px;
	border:inset 1px;
}

#sidebar1 #menu .width
{
	height:130px;
	width:165px;
}

#sidebar1 #taikenki
{
}

#sidebar1 #license
{
	margin-top:10px;
}

#products
{
	margin-top:10px;
}

#products .header
{
	background-image:url(../images/head_products.jpg);
	height:30px;
}

#products .detail
{
	padding:0 10px;
	border-left:solid 5px #013300;
	border-right:solid 5px #013300;
	width:160px;
	text-align:center;
}

#products .detail div {
	padding:10px 0;
}

#products .detail div img {
	width:160px;
	margin-bottom:10px;
}

#products .detail div p {
	line-height:1.5em;
}

#products .footer
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:10px;
}



/* メイン */

#container a:link
{
	color:#FF6600;
}

#container a:visited
{
	color:#FF6600;
}

#container a:hover
{
	color:#66CC66;
}

/* メイン */

#mainContent h2
{
	clear:both;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	border-left:solid 7px #096;
	background-color:#7b9;
	margin:5px 10px 10px 0px;
	padding:10px 5px 5px 5px;
}

#mainContent h3
{
	color:#399;
	font-weight:bold;
	font-size:130%;
	margin:5px 10px 10px 0;
	border-bottom:dotted 1px #6699FF;
	padding-bottom:3px;
}

#mainContent p {
	line-height:130%;
	margin:0 10px 10px 0;
}

#mainContent strong {
	color:#3366CC;
	font-size:110%;
}

#mainContent em {
	color:#3366FF;
	font-weight:bold;
}

#mainContent ul {
	margin-left:30px;
	list-style-image: url(images/list.gif);
}

#mainContent ol {
	margin-left:30px;
}

#mainContent li {
	margin-bottom:5px;	
}

#mainContent input
{
	padding:3px;
	font-size:120%;
}

#mainContent table.info td
{
	padding:3px;
	border-bottom:solid 1px #393;
	border-right:solid 1px #393;
}

#mainContent table.info td.caption
{
	background-color:#cf9;
	white-space:nowrap;
}

#mainContent table.data th
{
	padding:2px;
	border-bottom:solid 1px #393;
	border-right:solid 1px #393;
	background-color:#cf9;
	text-align:center;
}

#mainContent table.data td
{
	padding:2px;
	border-bottom:solid 1px #393;
	border-right:solid 1px #393;
	text-align:center;
}

#mainContent table.data td.caption
{
	background-color:#cf9;
	white-space:nowrap;
}

#mainContent table.noborder td
{
	border:none;
}

#mainContent .lead {
	background-color:#cea;
	line-height:160%;
	padding:15px;
	margin:10px 10px 20px 0;
}

#mainContent .alert {
	font-size:120%;
	background-color:#fc9;
	padding:15px;
}

/* Bootstrap の alert-success を #mainContent の上書きから守る */
#mainContent .alert.alert-success {
	background-color:#dff0d8;
	border:1px solid #d6e9c6;
	color:#468847;
}

#mainContent .alert.alert-success strong {
	color:#468847;
}

#mainContent .alert strong {
	color:#c00;
}

#mainContent .stronglead {
	text-align:center;
	background-color:#cf9;
	font-size:120%;
	padding:15px;
}

/* お問い合せフォーム */

#moshikomi
{
	margin:10px 0;
}

#moshikomi .header
{
	background-color:#f0f5f3;
	font-size:120%;
	padding:15px;
	border:dotted 3px #396;
	margin:0 10px 0 0;
}

#moshikomi .form h3
{
	text-align:center;
	margin:40px 10px 20px 10px;
}

#moshikomi table.request
{
	width:580px;
	margin:0 10px;
}

#moshikomi table.request th
{
	color:#fff;
	background-color:#9C9;
	padding:8px 20px;
	border:solid 1px #696;
	background-color:#9C6;
}

#moshikomi table.request td
{
	padding:8px 20px;
	border:solid 1px #696;
}

#moshikomi table.request td.button
{
	text-align:center;
	border:none;
}

#moshikomi table.request td.button input
{
	font-size:130%;
	font-weight:bold;
	padding:5px 10px;
	margin:20px;
}


/* 除雪機 */

#mainContent #josetsu {
	color:#00c;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	background-color:#ddf;
	width:590px;
}

#mainContent #josetsu a:link {
	color:#009;
}

#mainContent #josetsu a:visited {
	color:#009;
}

#mainContent #josetsu a:hover {
	color:#f00;
	font-weight:bold;
}