@charset "UTF-8";
/* 基本設定 */

* {
    margin: 0px;
    padding: 0px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 13px;
    line-height: 1.6;
}

/* 基本設定 リセット */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}


#header {
	background-color: #333;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#header_search {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header_search_body {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.search_01 {
	padding: 3px;
	width: 95%;
}

.search_02 {
	width: 95%;
}


.ad {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu {padding-bottom: 15px;}

#menu ul.accordion {
	width:100%;
	font-size:16px;
}
#menu ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; font-weight:bold;}
#menu ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#FFF; font-weight:bold;}
#menu ul.accordion ul { display:none;}
#menu ul.accordion > li {
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#menu ul.accordion > li > p {
	cursor:pointer;
	background-color: #333;
}
#menu ul.accordion > li > p span { background-image:url(../img/open.png);}
#menu ul.accordion > li > p span.open { background-image:url(../img/close.png);}
#menu ul.accordion > li > ul > li {
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#menu ul.accordion > li > ul > li > p { background:#E7E7E7;}
#menu ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
#menu ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
#menu ul.accordion > li > ul > li > ul > li:last-child { border:none;}


.sozai_main_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}

.sozai_box {
	background-color: #E2E2E2;
	padding: 2%;
	width: 90%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.sozai_box_img {
	height: 150px;
	width: 100%;
	overflow: hidden;
}

.sozai_box_name {
	font-size: 16px;
	color: #333;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	color: #FFF;
	background-color: #333;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.down_btn {
	width: 65%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

p {
word-wrap: break-word;
}
