body { 
	background-color: #F6F3F0;
	background-image:url(../img/0bg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
 }


/* Facebook Like Box width: 100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

/* Banner image style */
.bannerm img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}



/* Style for PCs */
@media screen and (min-width: 1025px) {
	
	/* header */
	#header {
		width:100%;
		height:40px;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	#header .hrbody {
		width:auto;
		max-width:1180px;
		height:40px;
		padding:0;
		margin:0 auto;
		display:block;
	}
	#header .hrbody h1 {
		float:left;
		width:500px;
		height:40px;
		font-size:0.6em;
		line-height:40px;
		padding-left:10px;
	}
	#header .hrbody h1 a {
		display:block;
		width:500px;
		height:40px;
		text-decoration:none;
		color:#999;
	}
	#header .hrbody .hrright {
		width:80px;
		height:40px;
		margin-right:10px;
		float:right;
	}
	#header .hrbody .hrright ul li {
		float:right;
	}
	#header .hrbody .hrright ul li.hrr_mt {
		width:80px;
		height:40px;
		display:block;
	}
	#header .hrbody .hrright ul li.hrr_mt a {
		width: 80px;
		height: 40px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/header/hrbn_mt.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	/*******************************************************/
	
	/* Menu */
	
	a.menu-link {
	   display: none;
	}
	
	#menucc {
		width:100%;
		height:auto;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	
	#menubody {
		width:auto;
		max-width:1200px;
		height:auto;
		margin:0 auto;
	}
	
	.f-nav-link {
		display: none;
	}
	
	#f-nav#menu {
		display:none;
	}
	
	nav#menu {
		width:auto;
		height:auto;
		padding:5px 10px;
		margin:0 10px;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	
	nav[role=navigation] ul {
		width:auto;
		margin:0 auto;
		height:auto;
		border: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	nav[role=navigation] li {
		-webkit-box-flex: 1;
		flex: 1;
		width:100%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
	}
	nav[role=navigation] li .mt1 {
		font-size:14px;
		line-height:1.7em;
		width:auto;
		height:auto;
		display:block;
		color:#fff;
	}
	nav[role=navigation] li .mt2 {
		font-size:0.6em;
		line-height:1.5em;
		width:auto;
		height:auto;
		display:block;
		color:#fff;
	}
	
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		text-shadow:-1px -1px 0px #3D1015;
	}
	nav[role=navigation] li a:hover {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		background-color: #4F0703;
		text-shadow:-1px -1px 0px #3D1015;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	nav[role=navigation] li a.nav_i-home {
		background-image:url(../img/header/micon/home.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav[role=navigation] li a.nav_i-profile {
		background-image:url(../img/header/micon/profile.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav[role=navigation] li a.nav_i-activities {
		background-image:url(../img/header/micon/news.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav#menu li a.nav_i-voice {
		background-image:url(../img/header/micon/blog.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav[role=navigation] li a.nav_i-office {
		background-image:url(../img/header/micon/office.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav[role=navigation] li a.nav_i-kokkai {
		background-image:url(../img/header/micon/activities.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	nav[role=navigation] li a.nav_i-kenp {
		background-image:url(../img/header/micon/kenp.png);
		background-size:auto 16px;
		background-repeat:no-repeat;
		background-position:center 5px;
		padding:25px 0 5px;
	}
	
	
	/*******************************************************/
	
	
	
	/* Slider */
	
	#slidebody {
		width: auto;
		height: auto;
		padding:0;
		background: #8e001a; /* Old browsers */
		background: -moz-linear-gradient(top,  #8e001a 0%, #aa2f44 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e001a), color-stop(100%,#aa2f44)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #8e001a 0%,#aa2f44 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #8e001a 0%,#aa2f44 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #8e001a 0%,#aa2f44 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #8e001a 0%,#aa2f44 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e001a', endColorstr='#aa2f44',GradientType=0 ); /* IE6-9 */
	}

	#slidemm {
		width: 100%;
		max-width:1180px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		overflow:hidden;
		position:relative;
	}
	
	#camera_wrap {
		width: 100%;
		max-width:1180px;
		height:auto;
		display:auto;
		}
	#camera_wrap img {
		width:100%;
		height:auto;
	}
	
	#slidemm #slmbody {
		width: auto;
		height: auto;
		display:block;
		z-index:999;
		position:absolute;
	}
	#slidemm #slmbody h2.slmlogo {
		width:600px;
		height:225px;
		margin-top:50px;
		margin-left:40px;
		background-image:url(../img/index/title2.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto 225px;
		text-indent:-9999px;
		display:block;
	}
	
	#topmobile {
		display:none;
	}
	
	
	/*******************************************************/
	
	
	
	/* menu for toppage */
	
	.t-f-nav-link {
				display: none;
	}
		
	
	
	/*************************************************************/
	
	
	/* MSP and boxies */
	
	#section01 {
		width:auto;
		max-width:1200px;
		height:auto;
		margin:0 auto 10px;
		padding:15px 0 0 0;
	}
	
	#sec01left {
		width:73.5%;
		height:auto;
		float:left;
	}
	
	#sec01right {
		width:25%;
		height:auto;
		float:right;
		text-align:center;
	}
	
	#sec01right img {
		width:100%;
		height:auto;
		display:block;
	}
	
	
	
	/*************************************************************/
	
	/* news */
	
	#newsmm {
		width:auto;
		height:auto;
		min-height:300px;
		background-color:#fff;
		margin:0 auto 10px auto;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 15px 15px 20px;
		box-shadow:0px 1px 4px #ccc;
	}
	#newsmm h3 {
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		margin-bottom:15px;
		color:#a90329;
		text-shadow:1px 1px 1px #e5e5e5;
	}
	#newsmm .date {
		width:auto;
		height:auto;
		margin-bottom:10px;
	}
	#newsmm .news {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #999;
	}
	#newsmm .news a {
		font-size:1.1em;
		font-weight:bold;
		color:#333;
		width:auto;
		height:auto;
		display:block;
		text-decoration:none;
		line-height:1em;
		margin:0 0 5px 0;
		padding:0;
	}
	#newsmm .news a:hover {
		color:#B6080B;
		text-decoration:underline;
	}
	#newsmm .news p {
		font-size:0.9em;
		line-height:1.8em;
		margin:0;
		padding:0;
	}
	
	
	
	/*********************************************************************/
	
	
	/* Political message */
	#mmpm {
		width:100%;
		height:auto;
		margin-top:30px;
		padding-bottom:40px;
		margin-bottom:40px;
		border-bottom:1px solid #ccc;
		background-image:url(../img/index/profile_img.png);
		background-repeat:no-repeat;
		background-position:right bottom;
		min-height:451px;
		background-color:#fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-shadow:0px 1px 4px #ccc;
	}
	#mmpm h3 {
		
		font-size:28px;
		font-weight:normal;
		color:#111;
		margin-bottom:8px;
		width:55%;
		margin-left:5%;
		padding-top:70px;
	}
	#mmpm p {
		font-size:100%;
		color:#454545;
		line-height:2em;
		width:55%;
		margin-left:5%;
		margin-bottom:1em;
	}
	#mmpm .mmpm_sign {
		width:55%;
		margin-left:2%;
		text-align:right;
	}
	
	
	/* Political policy */
	
	#mmpp {
		width:100%;
		height:auto;
		padding-bottom:40px;
		margin-bottom:40px;
		border-bottom:1px solid #ccc;
	}
	
	#mmpp div {
		width:31.333333333%;
		height:auto;
		float:left;
		margin-left:1%;
		margin-right:1%;
		background-color:#fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-shadow:0px 1px 4px #ccc;
		overflow:hidden;
	}
	
	#mmpp div h3 {
		
		font-size:18px;
		font-weight:normal;
		color:#111;
		margin-bottom:8px;
		padding:0 5%;
	}
	
	#mmpp div p {
		font-size:100%;
		color:#454545;
		line-height:1.8em;
		padding:0 5% 25px;
	}
	
	#mmpp div img {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:20px;
	}
	
	
	
	/*********************************************************************/
	
	
	
	/* SNS */
	#mmsns {
		width:100%;
		max-width:1200px;
		height:auto;
		margin:0 auto;
	}
	
	#mmsns .mmfb {
		width:43.2%;
		height:auto;
		float:left;		
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
		margin-bottom:20px;
	}
	
	#mmsns .mmfb h3.icon-fb {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-fb.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	#mmsns .mmyt {
		width:43.2%;
		height:auto;
		float:right;		
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
	}
	
	#mmsns .mmyt h3.icon-yt {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-yt.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	/* smp banners */
	#msp #msright .smlban {
		display:none;
	}
	
	/*************************************************************/
	
	
	/* Atropos */
	.dataprintmain { clear: both; height: auto; width: 98%; margin-right: auto; margin-left: auto; }

	.dataprintmain:before,
	.dataprintmain:after { content:""; display:table; }
	.dataprintmain:after { clear:both; }
	.dataprintmain { zoom:1; overflow: hidden; }
	
	.dataprintmain .dpm0sin { height: auto; width: 88%; padding-right: 5%; padding-left: 5%; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #ccc; margin-bottom: 20px; padding-bottom: 20px; clear: both; }
	
	.dpm0sin:before,
	.dpm0sin:after { content:""; display:table; }
	.dpm0sin:after { clear:both; }
	.dpm0sin { zoom:1; overflow: hidden; }
	
	.dataprintmain .dpm0sin img { width: 25%; height: auto; float: left; }
	.dataprintmain .dpm0sin .dpmcontents { height: auto; width: 70%; padding-top: 0px; float:right; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_title { font-size: 1.1em; line-height: 1.5em; font-weight: bold; color: #000; margin-bottom: 5px;}
	.dataprintmain .dpm0sin .dpmcontents .dpm_com { font-size: 0.9em; line-height: 1.5em; margin-bottom: 10px; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_date { font-size: 0.6em; line-height: 1.5em; text-align: right; color:#999; }
	.dataprintmain .dpm0sin .dpmcontents a { text-decoration:none; color:#222; }
	.dataprintmain .dpm0sin .dpmcontents a:hover { text-decoration:none; color:#900; }
	
	.dpm_feed_icon .dpm_feed_icon_facebook {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_youtube {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_tumblr {border: solid 1px #222; font-size:0.6em; padding:2px;}
	
	
}


/* Style for TabletPCs */
@media screen and (min-width: 641px) and (max-width: 1024px) {

	
	/* header */
	#header {
		width:100%;
		height:40px;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	#header .hrbody {
		width:auto;
		max-width:1180px;
		height:40px;
		padding:0;
		margin:0 auto;
		display:block;
	}
	#header .hrbody h1 {
		float:left;
		width:500px;
		height:40px;
		font-size:0.6em;
		line-height:40px;
		padding-left:10px;
	}
	#header .hrbody h1 a {
		display:block;
		width:500px;
		height:40px;
		text-decoration:none;
		color:#999;
	}
	#header .hrbody .hrright {
		width:80px;
		height:40px;
		margin-right:10px;
		float:right;
	}
	#header .hrbody .hrright ul li {
		float:right;
	}
	#header .hrbody .hrright ul li.hrr_mt {
		width:80px;
		height:40px;
		display:block;
	}
	#header .hrbody .hrright ul li.hrr_mt a {
		width: 80px;
		height: 40px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/header/hrbn_mt.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	/*******************************************************/
	
	/* Menu */
	
	a.menu-link {
	   display: none;
	}
	
	#menucc {
		width:100%;
		height:auto;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	
	#menubody {
		width:auto;
		max-width:1200px;
		height:auto;
		margin:0 auto;
	}
	
	.f-nav-link {
		display: none;
	}
	
	#f-nav#menu {
		display:none;
	}
	
	nav#menu {
		width:auto;
		height:auto;
		padding:5px 10px;
		margin:0 10px;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	
	nav[role=navigation] ul {
		width:auto;
		margin:0 auto;
		height:auto;
		border: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	nav[role=navigation] li {
		-webkit-box-flex: 1;
		flex: 1;
		width:100%;
		height:auto;
		list-style-image: none;
		list-style-type: none;
	}
	nav[role=navigation] li .mt1 {
		font-size:12px;
		line-height:1.7em;
		width:auto;
		height:auto;
		display:block;
		color:#fff;
	}
	nav[role=navigation] li .mt2 {
		font-size:0.5em;
		line-height:1.5em;
		width:auto;
		height:auto;
		display:block;
		color:#fff;
	}
	
	nav[role=navigation] li a {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		text-shadow:-1px -1px 0px #3D1015;
	}
	nav[role=navigation] li a:hover {
		border: 0;
		width:auto;
		height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#fff;
		background-color: #4F0703;
		text-shadow:-1px -1px 0px #3D1015;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	nav[role=navigation] li a.nav_i-home {
		background-image:url(../img/header/micon/home.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav[role=navigation] li a.nav_i-profile {
		background-image:url(../img/header/micon/profile.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav[role=navigation] li a.nav_i-activities {
		background-image:url(../img/header/micon/news.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav#menu li a.nav_i-voice {
		background-image:url(../img/header/micon/blog.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav[role=navigation] li a.nav_i-office {
		background-image:url(../img/header/micon/office.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav[role=navigation] li a.nav_i-kokkai {
		background-image:url(../img/header/micon/activities.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	nav[role=navigation] li a.nav_i-kenp {
		background-image:url(../img/header/micon/kenp.png);
		background-size:auto 20px;
		background-repeat:no-repeat;
		background-position:center 10px;
		padding:35px 0 10px;
	}
	
	/*******************************************************/
	
	
	
	/* Slider */
	
	#slidebody {
		width: auto;
		height: auto;
		padding:0;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}

	#slidemm {
		width: 100%;
		max-width:1180px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		overflow:hidden;
		position:relative;
	}
	
	#camera_wrap {
		width: 100%;
		max-width:1180px;
		height:auto;
		display:auto;
		}
	#camera_wrap img {
		width:100%;
		height:auto;
	}
	
	#slidemm #slmbody {
		width: auto;
		height: auto;
		display:block;
		z-index:999;
		position:absolute;
	}
	#slidemm #slmbody h2.slmlogo {
		width:600px;
		height:225px;
		margin-top:20px;
		margin-left:40px;
		background-image:url(../img/index/title2.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto 225px;
		text-indent:-9999px;
		display:block;
	}
	
	#topmobile {
		display:none;
	}
	
	
	/*******************************************************/
	
	
	
	/* menu for toppage */
	
	.t-f-nav-link {
				display: none;
	}
		
	
	
	/*************************************************************/
	
	
	/* MSP and boxies */
	
	#section01 {
		width:98%;
		height:auto;
		margin:10px auto 10px;
		padding:0;
	}
	
	#sec01left {
		width:72.5%;
		height:auto;
		float:left;
	}
	
	#sec01right {
		width:24%;
		height:auto;
		float:right;
	}
	
	
	
	/*************************************************************/
	
	/* news */
	
	#newsmm {
		width:auto;
		height:auto;
		background-color:#fff;
		margin:0 auto 10px auto;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 15px 15px 20px;
		box-shadow:0px 1px 4px #ccc;
	}
	#newsmm h3 {
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		margin-bottom:15px;
		color:#a90329;
		text-shadow:1px 1px 1px #e5e5e5;
	}
	#newsmm dl {
		color:#454545;
		margin:0 5px 0 5px;
	}
	#newsmm dl dt {
		font-size:0.7em;
		line-height:1.5em;
		border-bottom:1px dotted #ccc;
		text-shadow:1px 1px 1px #e5e5e5;
		margin-bottom:3px;
	}
	#newsmm dl dd {
		font-size:14px;
		line-height:1.5em;
		margin-bottom:15px;
		text-shadow:1px 1px 1px #e5e5e5;
	}
	
	
	/*********************************************************************/
	
	
	
	/* SNS */
	#mmsns {
		width:98%;
		height:auto;
		margin:0 auto;
		padding-bottom:20px;
	}
	
	#mmsns .mmfb {
		width:90%;
		height:auto;
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
		margin:0 auto 20px auto;
	}
	
	#mmsns .mmfb h3.icon-fb {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-fb.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	#mmsns .mmyt {
		width:90%;
		height:auto;
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
		margin:0 auto 20px auto;
	}
	
	#mmsns .mmyt h3.icon-yt {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-yt.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	/* smp banners */
	#msp #msright .smlban {
		display:none;
	}
	
	/*************************************************************/
	
	
	/* Atropos */
	.dataprintmain { clear: both; height: auto; width: 98%; margin-right: auto; margin-left: auto; }

	.dataprintmain:before,
	.dataprintmain:after { content:""; display:table; }
	.dataprintmain:after { clear:both; }
	.dataprintmain { zoom:1; overflow: hidden; }
	
	.dataprintmain .dpm0sin { height: auto; width: 88%; padding-right: 5%; padding-left: 5%; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #ccc; margin-bottom: 20px; padding-bottom: 20px; clear: both; }
	
	.dpm0sin:before,
	.dpm0sin:after { content:""; display:table; }
	.dpm0sin:after { clear:both; }
	.dpm0sin { zoom:1; overflow: hidden; }
	
	.dataprintmain .dpm0sin img { width: 25%; height: auto; float: left; }
	.dataprintmain .dpm0sin .dpmcontents { height: auto; width: 70%; padding-top: 0px; float:right; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_title { font-size: 1.1em; line-height: 1.5em; font-weight: bold; color: #000; margin-bottom: 5px;}
	.dataprintmain .dpm0sin .dpmcontents .dpm_com { font-size: 0.9em; line-height: 1.5em; margin-bottom: 10px; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_date { font-size: 0.6em; line-height: 1.5em; text-align: right; color:#999; }
	.dataprintmain .dpm0sin .dpmcontents a { text-decoration:none; color:#222; }
	.dataprintmain .dpm0sin .dpmcontents a:hover { text-decoration:none; color:#900; }
	
	.dpm_feed_icon .dpm_feed_icon_facebook {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_youtube {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_tumblr {border: solid 1px #222; font-size:0.6em; padding:2px;}
	
	
}


/* Style for Smartphonea */
@media screen and (max-width: 640px) {
	
	
	/* header */
	#header {
		width:100%;
		height:40px;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	#header .hrbody {
		width:auto;
		height:40px;
		padding:0;
		margin:0 auto;
		display:block;
	}
	#header .hrbody h1 {
		float:left;
		width:70%;
		height:40px;
		font-size:0.6em;
		line-height:40px;
		padding-left:10px;
	}
	#header .hrbody h1 a {
		display:block;
		width:auto;
		height:40px;
		text-decoration:none;
		color:#999;
	}
	#header .hrbody .hrright {
		width:80px;
		height:40px;
		margin-right:10px;
		float:right;
	}
	#header .hrbody .hrright ul li {
		float:right;
	}
	#header .hrbody .hrright ul li.hrr_mt {
		width:80px;
		height:40px;
		display:block;
	}
	#header .hrbody .hrright ul li.hrr_mt a {
		width: 80px;
		height: 40px;
		display: block;
		text-indent: -9999px;
		background-image: url(../img/header/hrbn_mt.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	/*******************************************************/
	
	/* Menu */
	
	#menucc {
		width:100%;
		height:auto;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}
	
	#menubody {
		width:auto;
		height:auto;
		margin:0 auto;
	}
	
	
	a.menu-link {
		float: right;
		display: block;
		width:80px;
		text-align:center;
		padding: 0 10px 0 9px;
		line-height:79px;
		color:#fff;
		text-decoration:none;
		text-shadow:-1px -1px 0px #000;
		border-top:1px solid #6d0019;
		border-left:1px solid #6d0019;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;  
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0;
	}
	nav[role=navigation].active {
		max-height: 480px;
	}
	nav[role=navigation] ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #ccc;
	}
	nav[role=navigation] li a {
		display: block;
		padding: 0 10px;
		line-height:60px;
		height:60px;
		color:#fff;
		text-decoration:none;
		text-shadow:-1px -1px 0px #000;
		border-top:1px solid #6d0019;
		background: #aa2f44; /* Old browsers */
		background: -moz-linear-gradient(top,  #aa2f44 0%, #8e001a 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2f44), color-stop(99%,#8e001a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aa2f44 0%,#8e001a 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #aa2f44 0%,#8e001a 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2f44', endColorstr='#8e001a',GradientType=0 ); /* IE6-9 */
	}
	a .mt2 {
		font-family: 'Gilda Display', serif;
		font-size:0.6em;
		display:block;
		width:auto;
		height:auto;
		float:right;
	}
	a .mt1 {
		font-size:18px;
		display:block;
		width:auto;
		height:auto;
		float:left;
	}
	
	
	/*******************************************************/
	
	
	
	/* Slider */
	
	#slidebody {
		width: auto;
		height: auto;
		padding:0;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}

	#slidemm {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		overflow:hidden;
		position:relative;
	}
	
	#camera_wrap {
		width: 100%;
		max-width:1180px;
		height:auto;
		display:auto;
		}
	#camera_wrap img {
		width:100%;
		height:auto;
		display:block;
	}
	
	#slidemm #slmbody {
		width: auto;
		height: auto;
		display:block;
		z-index:999;
		position:absolute;
	}
	#slidemm #slmbody h2.slmlogo {
		width:280px;
		height:105px;
		margin-top:30px;
		margin-left:10px;
		background-image:url(../img/index/title2.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto 105px;
		text-indent:-9999px;
		display:block;
	}
	
	#topmobile {
		display:none;
	}
	
	
	/*******************************************************/
	
	
	
	/* menu for toppage */
	
	.t-f-nav-link {
				display: none;
	}
		
	
	
	/*************************************************************/
	
	
	/* MSP and boxies */
	
	#section01 {
		width:100%;
		height:auto;
		margin:10px auto 10px;
		padding:0;
	}
	
	#sec01left {
		width:100%;
		height:auto;
		margin:0 auto; 
	}
	
	#sec01right {
		display:none;
	}
	
	
	
	/*************************************************************/
	
	/* news */
	
	#newsmm {
		width:90%;
		height:auto;
		background-color:#fff;
		margin:0 auto 10px auto;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3% 15px 3%;
		box-shadow:0px 1px 4px #ccc;
	}
	#newsmm h3 {
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		margin-bottom:15px;
		color:#a90329;
		text-shadow:1px 1px 1px #e5e5e5;
	}
	#newsmm dl {
		color:#454545;
		margin:0 5px 0 5px;
	}
	#newsmm dl dt {
		font-size:0.7em;
		line-height:1.5em;
		border-bottom:1px dotted #ccc;
		text-shadow:1px 1px 1px #e5e5e5;
		margin-bottom:3px;
	}
	#newsmm dl dd {
		font-size:14px;
		line-height:1.5em;
		margin-bottom:15px;
		text-shadow:1px 1px 1px #e5e5e5;
	}
	
	
	/*********************************************************************/
	
	
	
	/* SNS */
	#mmsns {
		width:100%;
		height:auto;
		margin:0 auto;
		padding-bottom:20px;
	}
	
	#mmsns .mmfb {
		width:90%;
		height:auto;
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
		margin:0 auto 20px;
	}
	
	#mmsns .mmfb h3.icon-fb {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-fb.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	#mmsns .mmyt {
		width:90%;
		height:auto;
		background-color:#fff;
		overflow:hidden;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:35px 3%;
		box-shadow:0px 1px 4px #ccc;
		margin:0 auto;
	}
	
	#mmsns .mmyt h3.icon-yt {
		
		font-size:18px;
		line-height:1em;
		margin-bottom:30px;
		text-align:center;
		font-weight:normal;
		padding-top:60px;
		background-image:url(../img/index/index-icons-yt.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:50px 50px;
		color:#111;
	}
	
	/* smp banners */
	#msp #msright .smlban {
		display:none;
	}
	
	/*************************************************************/
	
	
	/* Atropos */
	.dataprintmain { clear: both; height: auto; width: 98%; margin-right: auto; margin-left: auto; }

	.dataprintmain:before,
	.dataprintmain:after { content:""; display:table; }
	.dataprintmain:after { clear:both; }
	.dataprintmain { zoom:1; overflow: hidden; }
	
	.dataprintmain .dpm0sin { height: auto; width: 100%; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #ccc; margin-bottom: 20px; padding-bottom: 20px; clear: both; }
	
	.dpm0sin:before,
	.dpm0sin:after { content:""; display:table; }
	.dpm0sin:after { clear:both; }
	.dpm0sin { zoom:1; overflow: hidden; }
	
	#fbmm.dataprintmain .dpm0sin img { display:none; }
	#ytmm.dataprintmain .dpm0sin img { width:100%; height:auto; margin:0 auto 10px auto; display:block; }
	.dataprintmain .dpm0sin .dpmcontents { height: auto; width: 100%; padding-top: 0px; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_title { font-size: 1em; line-height: 1.5em; font-weight: bold; color: #000; margin-bottom: 5px;}
	.dataprintmain .dpm0sin .dpmcontents .dpm_com { font-size: 0.8em; line-height: 1.5em; margin-bottom: 10px; }
	.dataprintmain .dpm0sin .dpmcontents .dpm_date { font-size: 0.6em; line-height: 1.5em; text-align: right; color:#999; }
	.dataprintmain .dpm0sin .dpmcontents a { text-decoration:none; color:#222; }
	.dataprintmain .dpm0sin .dpmcontents a:hover { text-decoration:none; color:#900; }
	
	.dpm_feed_icon .dpm_feed_icon_facebook {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_youtube {border: solid 1px #222; font-size:0.6em; padding:2px;}
	.dpm_feed_icon .dpm_feed_icon_tumblr {border: solid 1px #222; font-size:0.6em; padding:2px;}
	
	
}