@charset "utf-8";
/*-------------------------------------------------------------------------------

	HTML5 :: module.css
	2012.12 accelight
	
-------------------------------------------------------------------------------*/

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */

/*-------------------------------------------------------------------------------
ページ共通	
-------------------------------------------------------------------------------*/

/* フォント、色
------------------------------------*/
body { font-family: "メイリオ", "Meiryo", "MS UI Gothic", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; text-align: center; }
body,
select,
input,
textarea { color: #333; }
a { color: #0091ca; text-decoration: none; }
a:hover { color: #00b7ff; }

/*ランゲージボタン*/
p.language-button { background: #0091ca; float: right; }
p.language-button a { color: #ffffff; text-align: center; display: block; padding: 8px; }
p.language-button a:hover { opacity: 0.8; }

/* Custom text-selection colors */
::-moz-selection {
background: #82a900;
color: #fff;
text-shadow: none;
}
::selection { background: #82a900; color: #fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #82a900; }
ins { background-color: #82a900; color: #000; text-decoration: none; }
mark { background-color: #82a900; color: #000; font-style: italic; font-weight: bold; }
img { vertical-align: bottom; }

/*-----------包含ブロック ----------*/
#out-wrap { background: url(../img/body_bg.png) 50% 0 repeat-y; height: auto; width: 100%; }
#body-innner { width: 100%; background: url(../img/body_inner_bg.png) 50% 0 no-repeat; }
#wrap { width: 960px; margin: 0 auto; text-align: left; background: #fff; box-shadow: 0 0 25px 0 rgba(0,0,0,0.6); }
header { width: 960px; height: 180px; padding-top: 20px; font-size: 88%; }
#contents { font-size: 88%; width: 960px; clear: both; }
article { width: 670px; min-height: 300px; padding: 20px; line-height: 1.7; float: left; }
footer { width: 960px; height:190px; font-size: 88%; background: #82a900; color:#fff; clear:both; }

/*-----------ヘッダー ----------*/
header h1 img { width: 511px; height: 64px; padding: 31px 0 25px 20px; float: left; }

/*-----------サブナビ ----------*/
#sub-nav-wrap { float: right; margin-right: 20px; }
#sub-nav-wrap img { padding-bottom: 15px; float: right; width: 135px; }
#sub-nav { clear: both; float: right; }
#sub-nav li { float: left; padding-left: 15px; }
#sub-nav .logout a { padding: 3px 5px; background: #cf6609; color: #fff; border-radius: 3px; }
#sub-nav .logout a:hover { background: #82a900; }

/*-----------Gナビ ----------*/
#g-nav { clear: both; width: 960px; }
#g-nav ul { width: 960px; }
#g-nav ul li { float: left; width: 192px; height: 60px; text-align: center; line-height: 60px; text-indent: -9999px; }
#g-nav ul li a { display: block; width: 192px; height: 60px; }
#home a { background: url(../img/g_navi.png) no-repeat 0 0; }
#summary a { background: url(../img/g_navi.png) no-repeat -192px 0; }
#training a { background: url(../img/g_navi.png) no-repeat -384px 0; }
#activity a { background: url(../img/g_navi.png) no-repeat -576px 0; }
#results a { background: url(../img/g_navi.png) no-repeat -768px 0; }

/*-----------Gナビ カレント hover----------*/
body.home #home a,
#home a:hover { background: url(../img/g_navi.png) no-repeat 0 -60px; }
body.summary #summary a,
#summary a:hover { background: url(../img/g_navi.png) no-repeat -192px -60px; }
body.training #training a,body.p_training #training a,
#training a:hover { background: url(../img/g_navi.png) no-repeat -384px -60px; }
body.activity #activity a,
#activity a:hover { background: url(../img/g_navi.png) no-repeat -576px -60px; }
body.results #results a,
#results a:hover { background: url(../img/g_navi.png) no-repeat -768px -60px; }

/* メインカラム
------------------------------------*/
#contents h1,
#contents h2,
#contents h3,
#contents h4 { font-weight: normal; font-weight: normal; }
section h1 { margin: 0 0 20px 0; background: url(/img/h1_icon.png) 10px 7px no-repeat #82a900; border: #82a900; border-radius: 5px; border: 1px solid #82a900; padding: 5px 10px; font-size: 125%; /*line-height: 30px;*/ color: #ffffff; }
section h2 { margin: 0 0 12px 10px; background: #cfb309; border-radius: 5px;  padding: 2px 10px ; font-size: 118%; /*line-height: 21px; */}
section h3 { margin: 0 0 12px 20px; padding: 2px 10px; font-size: 100%; background: #e5e5e5; border-radius: 5px; }
section h4 { margin: 0 0 12px 30px; border-left: 5px solid #e5e5e5;
border-bottom: 1px dotted #e5e5e5; padding-left: 10px; }

/* ul,dl リスト */
article ul,
article ol { margin: 0 20px 20px 30px; list-style-position:inside; }
article ul li { background: url(../img/list_icon.png) 5px 7px no-repeat; line-height: 24px; padding: 0 0 0 18px; }
article ol li { padding:;}
article dl {/* border-top: 1px dotted #b2b2b2;*/ margin: 0 20px 20px 30px; }
article dt,
article dd { /*border-bottom: 1px dotted #b2b2b2;*/ padding: 5px 0 4px 0; line-height: 20px; }
article dt { float: left; margin-right: 10px; }
article dd { }
article dt span.date { padding: 0 9px; border-radius: 3px; background: #f2f2f2; height: 20px; display: block; }

/* table テーブル */
article table { width: 94%; margin: 0 3% 20px 3%; font-weight: normal; }
article th,
article td { border: 1px solid #e5e5e5; padding: 9px 5px; }
article th { background: #82a900; color: #ffffff; }
article th:first-child,
article td:first-child { border-left: none; }
article th:last-child,
article td:last-child { border-right: none; }

/* その他 */
article p { margin: 0 20px 20px 30px; }
article em { padding: 2px 4px; background: #f1ece4; border-radius: 3px; font-style: normal; }
article strong { padding: 3px 6px; font-weight: bold; color: #404040 ; background: #e7f2c2; border-radius: 5px; }

/*サイドバー*/
#side-content { width: 220px; background: #e7f2c2; float: left; padding: 20px 5px 20px 5px; min-height:300px; position: relative; }
#side-content h2 { background: #82a900; color: #ffffff; font-size: 119%; line-height: 21px; padding: 10px; margin-bottom: 5px; }
#side-content ul { background: #ffffff; }
#side-content ul li { border-bottom: 1px solid #82a900; margin: 0; line-height: 21px; }
#side-content ul li:last-child { border-bottom: none; } 
#side-content ul li:hover { background: #0090c9; }
#side-content ul li a { display: block; width: 200px; padding: 8px 10px; } 
#side-content ul li a:hover { color: #ffffff; }
#side-content-inner {}

#side-content .to_top { display: none; }
#side-content .top_button_on .to_top { display: block; }
#side-content .to_top { background: url(../img/top_button.png) no-repeat 0 0 #82a900; width: 47px; height: 47px; border-radius: 30px; margin: 0 auto; margin-top: 20px; text-indent: -9999px; }
#side-content .to_top a { display: block; width: 47px; height: 47px; border-radius: 30px; }
#side-content .to_top a:hover { background: url(../img/top_button.png) no-repeat 0 0 #0091ca; }

/* フッター
------------------------------------*/
footer a:hover { opacity: 0.7; }
footer p.description { float: left; width: 745px; padding: 30px 0 0 30px; }
footer #link-logo { float: left; padding: 30px 0 0 27px; }
footer #link-logo p a { display: block; width: 80px; height: margin: 0 auto; background: #0091ca;
color: #ffffff; text-align: center; padding: 5px; margin-bottom: 20px; }
footer p.copyright { clear: both; text-align: center; padding: 0; }

/*-------------------------------------------------------------------------------
2階層基本
-------------------------------------------------------------------------------*/
article table,
article img { margin-bottom: 20px; font-weight: normal; }
img[class*="align"],
img[class*="wp-image-"] { border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
img[class*="align"]:hover,
/*img[class*="wp-image-"]:hover { box-shadow: 0 1px 4px rgba(32, 64, 0, 0.5); }*/
article table td { word-break: break-all; }

/* WP-PageNavi plugin */
.wp-pagenavi { clear: both; text-align: center; padding: 30px 0 20px; }
.wp-pagenavi a,
.wp-pagenavi span { text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px; border-radius: 3px; box-shadow: 0 0 3px 0 #ccc; }
.wp-pagenavi a:hover,
.wp-pagenavi span.current { border-color: #5e5e5e; }
.wp-pagenavi span.current { font-weight: bold; }

/* WordPress WISIWYG Editor Images */
img[class*="align"],
img[class*="wp-image-"] { border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignleft , .alignright , .aligncenter { margin-bottom: 0; }