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

/*--------------------------------------------------------------
1.0 Document Setup
--------------------------------------------------------------*/

/*------------------------------
	1.4 Helper
------------------------------*/

.sp-only{
	display: block;
}

.pc-tb-only{
	display: none;
}

/*--------------------------------------------------------------
2.0 header
--------------------------------------------------------------*/

header:before{
	width: 300%;
	height: 200%;
	margin: 63% 0% 0%;
}

header .main {
	max-width: 640px;
}

header .main_v {
	width: 100%;
	max-width: 640px;
	margin-left:0%;
}

header .main .bnr{
	width:95%;
	position: static;
	margin:3% auto;
}

header .main .bnr img:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/*------------------------------
	2.1 nav
------------------------------*/

nav{
display:none;
}

/*--------------------------------------------------------------
3.0 main
--------------------------------------------------------------*/

.inner{
	max-width: 640px;
	margin: auto;
	padding:5% 0;
}

.title{
	text-align: center;
}

.title img{
	width: auto;
	height:20px;
	margin: 0 auto;
}

/*------------------------------
	3.1 profile
------------------------------*/

.ushimaru,
.ushimomoko{
	float:none;
	width:95%;
	margin:10px auto;
	max-width: 570px;
}

/*------------------------------
	3.2 movie
------------------------------*/

#movie p{
	font-size:13px;
}

#movie ul{
	width:95%;
	padding:3% 0;
	margin:0 auto;
}

#movie li{
	float: none;
	margin-right: 0;
	width: 100%;
	padding-bottom:5%;
}

#movie .movie_title {
	font-size: 13px;
	font-size: 1.3rem;
	padding:10px;
}
/*------------------------------
	3.3 download
------------------------------*/

#download ul{
	width:95%;
	padding:3% 0 0 0;
	margin:0 auto;
}

#download .wallpaper,
#download .illust{
	float: none;
	margin-right: 0;
	width: 100%;
	padding-bottom:10%;
}

/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

/*------------------------------
	4.1 footer
------------------------------*/

#footer_inner{
	width:100%;
}

#footer_inner .footer_nav{
	width:100%;
}

.footer_column{
	float:none;
	width:100%;
	line-height:1.5;
	margin:0px;
	border-bottom: 1px solid #aaa;
	box-sizing:border-box;
}

.footer_column_title a{
	margin:0px;
	font-size:13px;
	color:#fff;
	font-weight:500;
	padding:10px 0 10px 12px;
	display:block;
	background:url("http://www.marinfood.co.jp/images/arrow/arrow_active.png") no-repeat right 15px center #666;
}

.footer_column_list li a{
	display:none;
}

#footer_inner .footer_sns {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #fff;
}


#footer_inner .footer_sns>p{
	display:none;
}

.footer_sns .sns_bar>p:before,
.footer_sns .sns_bar>p:after{
	width:40px;
	position: relative;
	top: -5px;
	content: " ";
	display: inline-block;
	border-top: 1px solid #999;
}

.footer_sns .sns_bar>p:before{
	margin-right:10px;
}

.footer_sns .sns_bar>p:after{
	margin-left:10px;
}

.footer_sns .sns_bar ul{
	width:126px;
	margin:0 auto;
	padding:10px 0;
}

.footer_sns .sns_bar li{
	width:32px;
	float:left;
	padding-right:15px;
}

.footer_sns .sns_bar li:last-child{
	padding-right:0px;
}

.footer_column_title a{
	color:#fff;
	display:block;
}

.footer_column_list li{
	display: none;
}

/*------------------------------
	4.2 footer_bottom
------------------------------*/

#footer_bottom{
	background:#fff;
	color:#999;
	height:70px;
}

#footer_bottom_inner{
	width:100%;
	margin: 0px auto;
	text-align:center;
	position:static;
}

.footer_static_page{
	padding:10px 0;
	position:static;
}

.footer_static_page li{
list-style:none;
padding:0 4px;
border-right:1px solid #ccc;
font-size:10px;
}

.footer_static_page li:last-child{
border-right:none;
}

.footer_static_page li a{
	display:block;
	color:#999;
}

/*.footer_static_page li{
display:block;
list-style:none;
padding:10px;
border-right:none;
border-bottom: 1px solid #fff;
text-align:left;
background:url("http://www.marinfood.co.jp/images/arrow_active.png") no-repeat right 15px center #999;
}


.footer_static_page li a{
	color:#FFFFFF;
	display: block;
}
*/
.footer_copyright{
	position:static;
	padding:0px;
	font-size:10px;
}