@charset "UTF-8";
/*-------------------------------------
css: common.css
site: http://www.sankei-ribbon.com/
edit: aizw
-------------------------------------*/

/* -------------------------------------------------------------- reset css -- */
*{
	margin:0;
	padding:0;
}

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, 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;
}

ol, ul { list-style: none; }

img { border: none; }

:focus { outline: 0; }

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

/* -------------------------------------------------------------- this site def -- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #444;
	line-height: 1.4em;
	text-align:left;
	vertical-align: baseline;
}

a:link { color: #444; text-decoration: none; }
a:visited { color: #444; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }

/* -------------------------------------------------------------- container -- */

#container {
	max-width: 728px; /* 最大横幅 */
	width: 100%;
	margin: 0 auto;  /*センタリング */
	height: 120%;
	min-height: 100%;
	text-align: center;
}

body > #container {
	height: 100%;
}

/* -------------------------------------------------------------- header -- */
/* サイト名 */
.site {margin:10px;}
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 10px;
				 	font-size: 30px;
}
.site h1 span {
}
/* サイト名 */
.site img	{
	width: 15%;
	border: none;
}

/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

#boxA{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* ---------------------------------------------- global navi css -- */
/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px
}
/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{font-size:16px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-align: left;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


/* -------------------------------------------------------------- slider-- */
#slider-box {
 	
}
/* -------------------------------------------------------------- contents -- */
#contents-box {}

/* -------------------------------------------------------------- footer css -- */

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
#footer {
position: fixed;
bottom: 0;
left:0;
background: #fff;
z-index: 2147483647;
width: 100%;
height: 110px;
padding: 0;
margin: 0;
}

#footer p {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #999;
}
ul.footer_menu {
margin: 0 auto;
padding: 3px 0;
width: 100%;
bottom: 0;
overflow: hidden;
display: table;
background: #fff;
}
ul.footer_menu li {
margin: 0;
padding: 0;
display: table-cell;
vertical-align:middle;
list-style-type: none;
font-size: 10px;
width: 50%;
border: solid 0.1em #dddddd;
}
ul.footer_menu li a i{
font-size: 36px;
}
ul.footer_menu li a {
border: none;
display: block;
color: #666;
text-align: center;
padding: 10px 0 10px 0;
text-decoration: none;
transition: background-color 0.5s;
}
ul.footer_menu li a:hover {
border: none;
display: block;
color: #fff;
padding: 10px 0 10px 0;
background-color: #666;
transition: background-color 0.5s;
color: #fff;
background-color: #666;
}
/* -------------------------------------------------------------- clearfix -- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; } /* for IE 7*/
.clearfix { display: block; }