﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/upload/howtouse.htm
Created		2015/05/01
Last update	2015/05/01 by Hayashi
Author		Hayashi Ryosuke
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
	email #6666FF
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#howtouse_image_color{
	border-top:5px solid #6666FF;
	background:#FFF;
	counter-reset: chapters;
}
#howtouse_image_color h2:before{
	background-color:#6666FF;
}
#howtouse_image_color h2.oshirase_box:before{
	background-color:transparent;
}
#howtouse_image_color h3:before{
	background:#6666FF;
}
#howtouse_image_color h3:after{
	background:#222266;
}

.text_red{
	color:#F00;
}
.text_bold{
	font-weight:bold;
}
.clear_both{
	clear:both;
}

.manual-centerframe{
	width: 95%;
	margin: 0 2% 0 3%;
	padding-top:10px;
	clear: both;
	border-top: 2px dotted #CCC;
	counter-increment: section;
}
.manual-centerframe h4:before { 
content: counter(chapters) "-" counter(section) "．"; 
}
.manual-imgframe{
	width: 59%;
	float: left;
	padding-bottom: 25px;
}
.manual-imgframe p{
	margin: 0 auto;
	text-align: center;
}
.manual-imgframe img{
	border: 2px solid #ccc;
	box-shadow: 2px 2px 4px #CCC;
	vertical-align: middle;
}
.manual-textframe{
	padding: 12px 0 25px 0;
	width: 39%;
	float: right;
}
.manual-textframe p{
	margin: 0 0 2em 0;
	padding: 0;
}
.manual-textframe dl{
}
.manual-textframe dl dt{
	font-weight: bold;
	font-size: 1.2em;
}
.manual-textframe dl dd{
	padding: 0 0 1em 1em;
}

h2{
	counter-increment: chapters;
}

q{
	font-weight: bold;
}

/*
	注意
	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.upload_sys_attention{
		border:#F03 3px double;
		margin:0 40px 20px 40px;
	}
	.upload_sys_attention h4{
		margin:0;
		padding:10px;
		background:#E44;
		font-size:24px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
		text-shadow:1px 1px 0 rgba(0,0,0,1);	
		box-shadow: inset 0px 0px 8px 5px #FFFFFF;
	}
	.upload_sys_attention p{
		margin:8px 20px;
		text-indent:1em;
	}

	.upload_sys_attention ul{
		margin-left:40px;
		list-style-type:decimal;
		list-style-position:outside ;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;s
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}


