@charset "UTF-8";

html, body,
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body { 
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.7;
}

#wrap {
	width: 100%;
}





@media screen and (min-width: 640px) {
	
/*------------------------------*/
/*HEADER*/
/*------------------------------*/
#header {
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0000;
}

#h_wrap {
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
}

#logo {
	width: 270px;
}

#logo img {
	width: 100%;
}

#top_nav {
	margin-top: 15px;
	margin-bottom: 15px;
}

#top_nav ul{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC0000;
}

#top_nav li{
	width: 213px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC0000;
}

#top_nav li a{
	width: 213px;
	height: 45px;
	display: block;
}

#top_nav_1 a{
	background-image: url(../images/common/navi01.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#top_nav_2 a{
	background-image: url(../images/common/navi02.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#top_nav_3 a{
	background-image: url(../images/common/navi03.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#top_nav_4 a{
	background-image: url(../images/common/navi04.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#top_nav_5 a{
	background-image: url(../images/common/navi05.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header a:link, #header a:visited {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#header a:hover, #header a:active {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#top_nav a.btnon {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#top_btn {
	width: 317px;
	position: absolute;
	top: 0;
	right: 0;
}

#top_btn p {
	float: right;
	margin-left: 1px;
}

/*------------------------------*/
/*CONTENT*/
/*------------------------------*/
#content {
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#cont_left {
	width: 245px;
	float: left;
}

#cont_right {
	width: 792px;
	float: right;
}

#right_wrap {
	margin-bottom: 80px;
}

.cont_top_text {
	font-size: 1.4em;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#left_nav_title {
	width: 235px;
	height: 38px;
	margin-bottom: 5px;
	border: 5px solid #FE0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_title p{
	width: 235px;
	height: 38px;
}

#left_nav_title span{
	width: 235px;
	height: 38px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_menu_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



/*------------------------------*/
/*大きいカテゴリメニュー追加*/
/*------------------------------*/

#left_nav_cat1 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat1 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat1 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}




#left_nav_cat2 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat2 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat2 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



#left_nav_cat3 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat3 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat3 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#left_nav_cat4 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat4 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat4 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#left_nav_cat5 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat5 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat5 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#left_nav_cat6 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat6 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat6 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#left_nav_cat7 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat7 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat7 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#left_nav_cat8 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat8 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat8 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#left_nav_cat9 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat9 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat9 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat09.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



#left_nav_cat10 {
	width: 240px;
	height: 50px;
	margin-bottom: 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left_nav_cat10 p{
	width: 240px;
	height: 38px;
}

#left_nav_cat10 span{
	width: 238px;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*------------------------------*/
/*大きいカテゴリメニュー追加ここまで*/
/*------------------------------*/




#left_nav {
	margin-bottom: 10px;
}


#left_nav li {
	width: 245px;
	height: 40px;
	margin-bottom: 5px;
	background-color: #FE0000;
	border-radius: 5px;       
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px; 
}

#left_nav a {
	width: 245px;
	height: 40px;
	display: block;
}

#left_nav span {
	width: 245px;
	height: 40px;
	display: block;
}

/*------------------------------*/
/*個別メニュー*/
/*------------------------------*/

#left_nav_1-1 span {
	background-image: url(../images/common/left_menu_1-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-2 span {
	background-image: url(../images/common/left_menu_1-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-3 span {
	background-image: url(../images/common/left_menu_1-03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-4 span {
	background-image: url(../images/common/left_menu_1-04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-5 span {
	background-image: url(../images/common/left_menu_1-05.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-6 span {
	background-image: url(../images/common/left_menu_1-06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_1-7 span {
	background-image: url(../images/common/left_menu_1-07.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_1-8 span {
	background-image: url(../images/common/left_menu_1-08.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_2-1 span {
	background-image: url(../images/common/left_menu_2-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_2-2 span {
	background-image: url(../images/common/left_menu_2-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_2-4 span {
	background-image: url(../images/common/left_menu_2-04.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_2-5 span {
	background-image: url(../images/common/left_menu_2-05.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-1 span {
	background-image: url(../images/common/left_menu_3-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-2 span {
	background-image: url(../images/common/left_menu_3-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-3 span {
	background-image: url(../images/common/left_menu_3-03.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-4 span {
	background-image: url(../images/common/left_menu_3-04.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-5 span {
	background-image: url(../images/common/left_menu_3-05.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_3-6 span {
	background-image: url(../images/common/left_menu_3-06.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}




#left_nav_4-1 span {
	background-image: url(../images/common/left_menu_4-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_4-2 span {
	background-image: url(../images/common/left_menu_4-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_4-3 span {
	background-image: url(../images/common/left_menu_4-03.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_4-4 span {
	background-image: url(../images/common/left_menu_4-04.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_4-5 span {
	background-image: url(../images/common/left_menu_4-05.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_4-6 span {
	background-image: url(../images/common/left_menu_4-06.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_5-1 span {
	background-image: url(../images/common/left_menu_5-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_6-1 span {
	background-image: url(../images/common/left_menu_6-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_7-1 span {
	background-image: url(../images/common/left_menu_7-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_7-2 span {
	background-image: url(../images/common/left_menu_7-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_7-3 span {
	background-image: url(../images/common/left_menu_7-03.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_7-4 span {
	background-image: url(../images/common/left_menu_7-04.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#left_nav_7-5 span {
	background-image: url(../images/common/left_menu_7-05.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}



#left_nav_8-1 span {
	background-image: url(../images/common/left_menu_8-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_8-2 span {
	background-image: url(../images/common/left_menu_8-02.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#left_nav_9-1 span {
	background-image: url(../images/common/left_menu_9-01.jpg);
	background-repeat: no-repeat;
	background-position:left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}




/*------------------------------*/
/*個別メニューここまで*/
/*------------------------------*/


#cont_left li:link, #cont_left li:visited {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#cont_left li:hover, #cont_left li:active {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#facebook {
	margin-bottom: 40px;
}

#facebook iframe {
	width: 245px;
}

#banner li{
	width: 245px;
	margin-bottom: 10px;
}

#banner img {
	width: 100%;
	display: block;
}

#icon {
	margin-top: 20px;
	margin-bottom: 50px;
}

#icon p {
	wodth: 48px;
	float: left;
	margin-right: 5px;
}

/*------------------------------*/
/*CONTENT TITLE*/
/*------------------------------*/

.cont_title_wrap {
	background-image:url(../images/common/title_back_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

.cont_title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-image:url(../images/common/title_back_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FE0000;
}

.cont_list_text {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}

.cont_list_text dt {
	font-size: 2em;
	letter-spacing: 2px;
	color: #F90100;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../images/common/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}

.cont_list_text dd {
	font-size: 1.4em;
}

.cont_list_text p {
	margin-top: 20px;
}


/*------------------------------*/
/*FOOTER*/
/*------------------------------*/
#footer {
	width: 100%;
	background-color: #EC2F29;
	color: #FFF;
	font-size: 1.2em;
}

#footer_wrap {
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer_left {
	width: 401px;
	float: left;
}

#footer_right {
	width: 430px;
	float: right;
}

#footer_nav_left {
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

#footer_nav_right {
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

#copy {
	clear: both;
}

#footer_address {
	padding-left: 70px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

#pagetop {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 15px;
}

#pagetop a img:link, #pagetop a img:visited {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#pagetop a img:hover, #pagetop a img:active {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

}


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

/*------------------------------*/
/*HEADER*/
/*------------------------------*/
#header {
	width: 100%;
}

#h_wrap {
	
}

#logo {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#logo img {
	width: 90%;
}

#top_nav {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#top_nav ul{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FC0000;
}

#top_nav li{
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0000;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	font-weight: bold;
}

#top_nav li a{
	width: 100%;
	display: block;
}

#top_nav a:link, #top_nav a:visited {
	color: #FC0000;
	text-decoration: none;
}

#top_btn {
	display: none;
}

#top_nav a.btnon {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


/*------------------------------*/
/*CONTENT*/
/*------------------------------*/
#content {
	width: 100%;
	margin-top: 20px;
}

#cont_left {
	padding-left: 15px;
	padding-right: 15px;
}

#cont_right {
	width: 100%;
}

#right_wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.cont_top_text {
	font-size: 1.4em;
	margin-top: 10px;
}

#left_nav_title {
	height: 38px;
	margin-bottom: 5px;
	margin-top: 20px;
	border: 5px solid #FE0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../images/common/left_menu_title_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
}

#left_nav_title p{
	width: 100%;
	height: 38px;
	background-image: url(../images/common/left_menu_title_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: 99% center;
}

#left_nav_title span{
	width: 100%;
	height: 38px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_menu_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/*------------------------------*/
/*ウインドウ幅縮小の場合のカテゴリメニュー追加*/
/*------------------------------*/

#left_nav_cat1 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 15px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat1 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat1 span{
	width: 100%;
	height: 50px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}



#left_nav_cat2 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat2 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat2 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat02.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#left_nav_cat3 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat3 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat3 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat03.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#left_nav_cat4 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat4 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat4 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat04.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#left_nav_cat5 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat5 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat5 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat05.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#left_nav_cat6 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat6 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat6 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat06.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}



#left_nav_cat7 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat7 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat7 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat07.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#left_nav_cat8 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat8 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat8 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat08.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}



#left_nav_cat9 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 2px solid #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat9 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat9 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat09.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#left_nav_cat10 {
	height: 50px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 6px solid #FE0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#left_nav_cat10 p{
	width: 100%;
	height: 50px;
}

#left_nav_cat10 span{
	width: 100%;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/common/left_navi_cat10.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}




/*------------------------------*/
/*ウインドウ幅縮小の場合のカテゴリメニュー追加ここまで*/
/*------------------------------*/


#left_nav {
	margin-bottom: 50px;
}

#left_nav li {
	width: 100%;
	height: 48px;
	margin-bottom: 5px;
	background-image: url(../images/common/left_menu_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FE0000;
	border-radius: 5px;       
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#left_nav a {
	width: 100%;
	height: 48px;
	display: block;
	background-image: url(../images/common/left_menu_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#left_nav span {
	width: 100%;
	height: 48px;
	display: block;
}

#left_nav a:link, #left_nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#facebook {
	width: 100%;
}

#facebook iframe {
	width: 100%;
}

#banner {
	display: none;
}

#m_banner {
	width: 100%;
	display: block !important;
	margin-top: 40px;
}

#m_banner img {
	width: 100%;
}

#icon {
	width: 100%;
	margin-top: 20px;
}

#icon p {
	wodth: 48px;
	float: left;
	margin-right: 5px;
}

#m_pagetop{
	display: block !important;
	wodth: 48px;
	float: right !important;
	margin-right: 0 !important;
}


/*------------------------------*/
/*CONTENT TITLE*/
/*------------------------------*/

.cont_title_wrap {
	background-image:url(../images/common/title_back_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

.cont_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-image:url(../images/common/title_back_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FE0000;
}

.cont_list_text {
	margin-top: 20px;
}

.cont_list_text dt {
	font-size: 1.6em;
	color: #F90100;
	font-weight: bold;
	line-height: 25px;
	background-image:url(../images/common/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.cont_list_text dd {
	font-size: 1.4em;
}

.cont_list_text p {
	margin-top: 20px;
}


/*------------------------------*/
/*FOOTER*/
/*------------------------------*/
#m_footer_nav {
	display: block !important;
}

#m_footer_nav {
	width: 100%;
	margin-top: 50px;
}

#m_footer_nav li{
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FC0000;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	font-weight: bold;
}

#m_footer_nav a{
	width: 100%;
	display: block;
}

#m_footer_nav a:link, #m_footer_nav a:visited {
	color: #FC0000;
	text-decoration: none;
}

#footer {
	width: 100%;
	background-color: #EC2F29;
	color: #FFF;
	font-size: 1.2em;
}

#footer_wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer_left {
	width: 100%;
}

#footer_logo {
	width: 100%;
}

#footer_logo img {
	width: 100%;
}

#footer_right {
	width: 100%;
}

#footer_nav_left {
	display: none;
}

#footer_nav_right {
	display: none;
}

#copy {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#footer_address {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

#pagetop {
	display: none;
}

#m_footer_nav a.btnon {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


}


/*------------------------------*/
/*CLEARFIX*/
/*------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
}
