@charset "utf-8";
/* CSS Document */


@media screen and (max-width:767px){

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	background: #EEF7FD repeat-x ;
	width:100%;
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight:300;	
	font-size: 14px;
    line-height: 1.6;
	color: #333;
    overflow: hidden;
}

#container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.sp_none,.hidden {
	display:none;
}

.top_line {
	width:100%;
	height:10px;
	background: url(../images/sp/line.png) ;
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/

#header {
	width:100%;
	margin:0 auto;
}

#header #logo_sp img {
	width:60%;
	position:absolute;
	top:10px;
	left:10px;
	margin-bottom:10px;
}


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h2 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
	clear: both;
}

h3 {
	clear: both;
    display: block;
    background-color: #FDFDFD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:    -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:     -ms-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:      -o-linear-gradient(top, #fdfdfd, #f5f5f5);
    border-color: #CCCCCC #CCCCCC #ad1922;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 130%;
    font-weight: bold;
	margin-top:30px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 20px;
}

h4 {
    clear: both;
	background:#E8E8E8;
    border-left: 10px solid #ad1922;
    font-size: 115%;
	font-weight:bold;
    line-height: 1.7em;
	margin-top:20px;
    margin-bottom: 20px;
	padding:2px 10px;
}

p {
	margin-bottom:10px;
}

hr {
	clear:both;
	background:url(../images/hr.png) no-repeat;
	border:none;
	width:80%;
    height:11px;
    margin: 20px auto;
}

.bold {
	font-weight:bold;
}

.red {
	color: #C00;
}

.red_bold {
	color: #C00;
	font-weight:bold;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

.hide{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

ul.article {
	margin-left:20px;
}

ul.article li {
	background: url(../images/list_green.png) no-repeat 0 2px;
	padding-left:35px;
	padding-bottom:10px;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

#main {
    width: 90%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}

.sp_content {
	width:92%;
	margin: 0 4%;
	padding-bottom:30px;
}

/* パンくずリスト */

#breadcrumb {
	font-size:13px;
	margin-bottom:20px;
}

#breadcrumb li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 5px;
}
#breadcrumb li a {
    background: url(../images/breadcrumb.png) no-repeat scroll right center transparent;
    padding-right: 14px;
    margin-right: -6px;
	text-decoration:underline;
	color:#3F1F00;
}

#breadcrumb li a:hover {
	color: #698C00;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

table {
	width:99%;
    border-collapse: collapse;
    border-left: 1px solid #bbb;
    border-spacing: 0;
    border-top: 1px solid #bbb;
    margin: 10px 0 20px 0;
}
th {
	background:#E5DBD1;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    line-height: 1.2;
    padding: 3px;
    text-align: left;
	font-weight:bold;
    vertical-align: top;
}

td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 3px;
    vertical-align: middle;
	text-align:left;
}

tr .td2 {
	padding: 3px;
}

td .right {
	text-align:right;
}
	
/* レイアウト用のテーブル */

table.rayout {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
}
table.rayout th {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px;
    text-align: center;
}
table.rayout td {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 5px;
}


/**********************************************************/
/* フッター */
/**********************************************************/

#footerbg {
	background: url(../images/footer/bg.png) ;
	width:100%;
}

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#footer p.copy {
	background: url(../images/footer/copy.png) no-repeat 0 20px;
	background-size:contain;
	width:80%;
	height:0;
	padding-top:25.24%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto;
}


}