/*---------------------------------------------------------
Theme Name: stinger3 child theme -room9 custum 005 "KASHIWAMOCHI（かしわもち）"-
Template: stinger3ver20140327
Description: Customize css for stinger3
Auther: Qtaro
Author URI: http://room9.jp
License: MIT
License URI:
Version: 20140426 (for stinger3ver20140327)
---------------------------------------------------------*/
@charset "UTF-8";
@import "../stinger3ver20140327/style.css";

/*-----------------------------
基本設定のカスタマイズ
------------------------------*/
* {
    font-family: Optima,times new roman,Hiragino kaku Gothic ProN,'Meiryo UI','メイリオ',arial,helvetica,osaka,"MS PGothic",sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
/*-- webフォント読み込み --*/
@font-face {
    font-family: "font-bs";
    font-style: normal;
    font-weight: normal;
    src: url("./font/font-bs.woff") format("woff"), url("./font/font-bs.ttf") format("truetype"), url("./font/font-bs.svg") format("svg");
}
a {
    color: #B63928;
}
body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*-- 背景全画面固定表示用CSS --*/
img.bg {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  position: fixed;
  width: 100%;
  z-index: -9999;
}
#container {
    word-wrap: break-word;
}
#container #wrap {
  
  padding-top: 15px;
}
#wrap #wrap-in #main {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #E3E3E3;
  border-image: none;
  border-radius: 23px;
  border-style: none;
  border-width: medium 1px medium medium;
  padding: 0 15px 35px;
  width: 600px;
}

/*-----------------------------
ヘッダーのカスタマイズ
------------------------------*/
#header-in {
    margin-bottom: 0;
    width: 100%;
}
#container #header #header-in #h-l {
    padding: 0;
}
#container #header #header-in #h-l h1 {
      box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 8px;
  margin: 0 auto 5px;
  padding: 5px 35px 5px 0;
  text-align: right;
  text-shadow: 0 0 5px #fff;
  width: 986px;
}
#h-l .descr {
      box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 8px;
  margin: 0 auto 5px;
  padding: 5px 35px 5px 0;
  text-align: right;
  text-shadow: 0 0 5px #fff;
  width: 986px;
}
#container #header #header-in #h-l .sitename {
    font-size: 72px;
    line-height: 1.2;
    margin: 15px auto 0;
    padding: 0;
    text-align: left;
    width: 986px;
}
#container #header #header-in #h-l .sitename a {
    color: #FFFFFF;
    font-family: optima,hiragino maru gothic pron;
    letter-spacing: 4px;
    line-height: 2.7;
    padding: 0 15px;
    text-decoration: inherit;
    text-shadow: -1px 3px 9px #000000;
}

#container #header #header-in #h-l .sitename a:before {
    border-radius: 120px;
    box-shadow: 2px 4px 10px -3px #555555;
    content: "";
    display: inline-block;
    font-family: optima;
    height: 200px;
    line-height: 1;
    margin-left: 0;
    margin-right: -194px;
    text-align: center;
    vertical-align: middle;
}

#container #header #header-in #h-l .sitename a:hover {
    opacity: 0.5;
}
#container #gazou #gazou-in #headimg {
    margin-bottom: 0;
}
.smanone {
    border-bottom: 0 solid #FFFFFF;
    margin: 0;
}

/*-----------------------------
ナビゲーション（メニュー）のカスタマイズ
------------------------------*/
.smanone #navi-in {
    background: none repeat scroll 0 0 #F8F8F8;
    border-left: medium none;
    border-radius: 50px;
    border-right: medium none;
    box-shadow: 0 5px 8px -7px #555555;
    margin: 0 auto;
    padding: 0 40px;
}
#navi-in li {
  background: linear-gradient(center top, rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.1) 58%, 
        rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.1) 58%, 
        rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.1)), 
        color-stop(0.58, rgba(255, 255, 255, 0.1)), 
        to(rgba(0, 0, 0, 0.3)));
    border-left: 2px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 32px;
}
#navi-in li a {
    color: #555555;
}
#navi-in li a:before {
    color: #777777;
    content: "";
    font-family: font-bs;
    font-size: 18px;
    margin-right: 8px;
    text-shadow: -0.5px -0.5px 0 #222222;
}

/*-----------------------------
アーカイブ（一覧表示）のカスタマイズ
------------------------------*/
.entry {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    box-shadow: 1px 0 40px -15px;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 15px;
}
.entry .sumbox {
    float: left;
    height: 150px;
    margin: 20px 30px 10px 15px;
    width: 150px;
}
.kizi img, .kizi .wp-caption {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    box-shadow: 0 3px 10px -4px #000000;
    margin-bottom: 20px;
    padding: 1px;
}
.kizi h3.entry-title-ac:before {
    content: "";
}
.post .entry .entry-content {
    float: none;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
    font-size: 14px;
}
.kizi .entry .entry-content .entry-title-ac {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 20px;
  min-height: 150px;
  padding: 20px;
  font-size: 20px;
}
.entry-title-ac a {
    color: #333333;
    text-decoration: none;
    text-shadow: 1px 1px 2px #CCCCCC;
}
.entry-content .blog_info.contentsbox {
    margin: 15px;
}
.entry-content .blog_info.contentsbox p {
    color: #666666;
    font-family: optima;
    font-size: 20px;
}
.entry-content .blog_info.contentsbox p:before {
    color: #CB4D35;
    content: "";
    font-family: font-bs;
    font-size: 60px;
    margin-right: 8px;
    text-shadow: 8px 6px 1px #333333;
}
.entry-content .blog_info.contentsbox a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    text-decoration: underline;
    vertical-align: middle;
}
.blog_info.contentsbox p {
  color: #FFFFFF;
  font-size: 12px;
}
p.motto {
    box-shadow: none;
    margin-bottom: 0;
}
.motto a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 2px 2px 5px -3px #000000;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #555555;
    width: 100%;
}
.motto a:hover {
    display: inline-block;
    opacity: 0.75;
}
.entry-content p.motto {
    margin: 0 0 0 70px;
    text-align: left;
}

/*-----------------------------
ぱんくずのカスタマイズ
------------------------------*/
div#breadcrumb {
  margin-top: 10px;
}
#breadcrumb span {
  color: #fff;
  text-shadow: 0 0 3px #000;
}
/*-----------------------------
コンテンツ（記事）のカスタマイズ
------------------------------*/
.kizi .blogbox {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 18px -10px #000000;
  margin: 0 -40px;
}
.kizi .blogbox p .kdate {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #555555;
  margin-right: 10px;
  padding: 5px;
}
.kdate:before {
  content: "";
  font-family: font-bs;
  font-size: 40px;
  margin: 0 15px 0 25px;
  text-shadow: 0 10px 14px #555555;
}
.post .kizi {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 30px -10px #000000;
  padding: 20px;
}
.post blockquote {
  background-color: #F3F3F3;
  background-image: url("images/quote.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-left: 20px solid #E9E9E9;
  margin: 20px 0 20px -35px;
  padding: 70px 20px 20px;
  box-shadow: 3px 3px 3px #ccc;
}
/*-- 見出し --*/
.kizi h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #3A8FB7;
  border-left: 10px solid #3A8FB7;
  color: #555555;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 20px -20px;
  padding: 15px 10px 15px 20px;
}
.kizi h3:before {
  color: #C5C5C5;
  content: "";
  font-family: font-bs;
  font-size: 50px;
  margin: 0 15px 0 0;
  vertical-align: sub;
}
.kizi h3 {
  background-image: none;
  padding: 15px 10px;
}
/*--  関連記事 --*/
.post .kanren {
  background: linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), 
        color-stop(0.5,rgba(0, 0, 0, 0.8)), 
        to(rgba(0, 0, 0, 0)));
  border-bottom: medium none;
  color: #FFFFFF;
  font-size: 22px;
  margin: 0 -15px;
  padding: 20px 10px;
  text-align: center;
  border: medium none;
}
.sumbox02 #topnews dt {
  padding: 20px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0 0 10px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
    color: #999999;
    line-height: 1.5;
    margin: 10px 0;
}
.sumbox02 #topnews div dl dd a {
  color: #FFFFFF;
  font-weight: bold;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
    background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
  color: #FFFFFF;
}
#main .post .sumbox02 #topnews div dl dd {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
  border-bottom: medium none;
  margin-bottom: 10px;
  padding: 15px;
}

/*-----------------------------
コメントのカスタマイズ
------------------------------*/
#comments {
  background-color: rgba(255,255,255,0.5);
  border-left: 2px solid #FF8C00;
  margin-left: -15px;
}

/*-----------------------------
PREV NEXT のカスタマイズ
------------------------------*/
.p-navi dl dt {
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  width: 65px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
}
.p-navi.clearfix a {
  text-shadow: 0 0 5px #000000;
}
.p-navi dl dt:before {
  content: "";
  float: left;
  font-family: font-bs;
  margin-right: 5px;
}
.p-navi dl dd {
  padding-left: 70px;
}

/*-----------------------------
サイドバーのカスタマイズ
------------------------------*/
#wrap #wrap-in #side {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px 0;
}
#s {
    background: none repeat scroll 0 0 #F6F6F6;
}
.menu_underh2 {
  background: linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), 
        color-stop(0.5,rgba(0, 0, 0, 0.8)), 
        to(rgba(0, 0, 0, 0)));
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 25px;
  padding: 5px 0px 5px 0px;
  text-align: center;
}
/*-- サイドバーの見出しアイコンはココ --*/
.menu_underh2:before {
    color: rgba(255, 255, 255, 0.5);
    content: "";
    font-family: font-bs;
    font-weight: bold;
    margin-right: 10px;
}
.menu_underh2:after {
  color: rgba(255, 255, 255, 0.5);
  content: "";
  font-family: font-bs;
  font-weight: bold;
  margin-left: 10px;
}
#container #wrap #wrap-in #side #topnews .motto a {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
  font-size: 12px;
}
#wrap #wrap-in #side #topnews div dl {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #E7E7E7;
    margin-bottom: 15px;
    padding: 10px;
}
.post .sumbox02 #topnews div dl dd .motto {
  color: #666666;
  display: block;
  font-size: 12px;
  margin-left: 440px;
  width: 95px;
}
#topnews p.clear {
    margin: 0 0 -10px;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
    color: #999999;
    line-height: 21px;
    margin-top: 10px;
}
#topnews div dl dd a {
    color: #555555;
    font-weight: normal;
    line-height: 25px;
}
#twibox li ul {
  background: none repeat scroll 0 0 rgba(255,255,255,0.75);
  border-bottom: 0 solid #CCCCCC;
  border-top: 0 solid #CCCCCC;
  box-shadow: none;
  padding: 10px;
}

/*-----------------------------
フッターのカスタマイズ
------------------------------*/
#footer {
    background: none repeat scroll 0 0 #EFEFEF;
}
h3 a {
  color: #B63928;
  text-decoration: none;
}

/*-----------------------------
「ページトップへ戻る」のカスタマイズ
------------------------------*/
#page-top {
    bottom: 0;
}
#page-top a {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
    border-radius: 15px 15px 0 0;
    height: 15px;
    padding: 10px;
}

/*-----------------------------
追従snsboxのカスタマイズ
------------------------------*/
.sns {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: medium none;
    border-radius: 0 4px 4px 0;
}
.bluemarker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #92B9F5 60%);
}
.yellowmarker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFE000 60%);
}
.subtitle {
  border-left: 5px solid #272321;
    font-size: 120%;
    color: #F7FAF8;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFW…R5ccllPAAAABlJREFUeNpi/P//PwMMMEFpKRDBiCwDEGAAkdMGGS/lb/0AAAAASUVORK5CYII=) #308236;
    padding: 5px 5px 5px 7px;
    border-bottom: 2px solid #040955;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    font-weight: bold;
}
.block2 {
    padding: 20px;
    background: #fff;
    border: 3px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}
.txt_example, .txt_example_01, .txt_example_02, .txt_example_03 {
    background: #f7f7f7;
    border: 1px solid #DADADA;
    border-top: 1px solid #757575;
    box-shadow: 0 1px 2px rgba(100, 100, 100, 0.3)inset;
}
.txt_example, .txt_example_01, .txt_example_02, .txt_example_03, .txt_dragonquest {
    width: auto;
    font-size: 95%;
    margin: 0 0 3em 0;
    line-height: 1.9;
    padding: 1em;
    clear: both;
    position: relative;
}
.blq {
    border: 4px double #369;
    padding: 12px 8px 0px 8px;
    margin-bottom: 10px;
}
.aowaku {
    overflow: auto;
    margin: 0 1em 1em;
    border: 3px double #00F;
    padding: 1em;
    background-color: lavender;
    box-shadow: 5px 5px 0px -2px;
}
.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

.s5 {
	margin: 10px 0px 0px;
	}
.s10 {
	margin: 10px 0px 0px;
	}
.ad_s10 {
	margin: 10px 0px 10px;
	text-align: center;
	}
.s15 {
	margin: 15px 0px 0px;
	}
.s20 {
	margin: 20px 0px 0px;
	}
.s30 {
	margin: 30px 0px 0px;
	}
.s40 {
	margin: 40px 0px 0px;
	}
.s50 {
	margin: 50px 0px 0px;
	}
.s70 {
	margin: 70px 0px 0px;
	}
.s90 {
	margin: 90px 0px 0px;
	}
.s100 {
	margin: 100px 0px 0px;
	}
.s150 {
	margin: 150px 0px 0px;
	}
.s200 {
	margin: 200px 0px 0px;
	}



<!-- FORM CSS for PC -->
<style type="text/css">
<!--
body{
	margin:0px;
}
.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:670px;
	height:auto;
	padding:0px;
	margin:30px auto;
}
.ms_form_header{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.ms_form_footer{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 16px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 16px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:670px;
	height:auto;
	font-size:12px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#c0c0c0;
	overflow:hidden;
}
.ms_form_body ul.form_list{
	width:480px;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:180px;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.item-nofloat{
	clear:both;
	width:100%;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
}
.ms_form_body ul.form_list li.cont{
	width:248px;
	padding:8px 0px 0px 30px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:100%;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc{
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	cursor:pointer;
	border:0px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_btn0.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:165px;
	height:30px;
}

div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

<!-- FORM CSS for Smart Phone -->
<style type="text/css">
<!--
body{
	margin:0px;
	background-color:#c0c0c0;
}
.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}
.ms_form_header{
	width:auto;
	height:auto;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:6px;
	margin:0px;
	text-align:center;
	border:0px;
	background-color:#c0c0c0;
}
.ms_form_footer{
	width:auto;
	height:auto;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:0px;
	background-color:#c0c0c0;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 6px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 6px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:auto;
	height:auto;
	font-size:16px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border:opx;
	background-color:#ffffff;
}
.ms_form_body ul.form_list{
	width:auto;
	list-style:none;
	clear:both;
	margin:6px 6px 0px 6px;
	padding:0px;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
}
.ms_form_body ul.form_list li.item,
.ms_form_body ul.form_list li.item-nofloat {
	clear:both;
	width:auto;
	vertical-align:top;
	margin:0px;
	padding:10px 0px 3px 22px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	border-top:1px solid #c0c0c0;
}
.ms_form_body ul.form_list li.cont,
.ms_form_body ul.form_list li.cont-nofloat {
	width:auto;
	margin:0px;
	padding:3px 0px 10px 22px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:90%;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:90%;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:90%;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc {
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	width:auto;
	height:auto;
}
div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
-->
</style>
<!-- FORM CSS for PC -->
<style type="text/css">
<!--
body{
	margin:0px;
}
.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:670px;
	height:auto;
	padding:0px;
	margin:30px auto;
}
.ms_form_header{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.ms_form_footer{
	width:670px;
	height:28px;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_capbg0.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 16px;
	padding:0px;
}
.ms_form_footer .powered_by{
	float:right;
	margin:0px 16px 0px 0px;
	padding:0px;
	text-align:right;
}
.ms_form_footer a:link,
.ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ms_form_body{
	width:670px;
	height:auto;
	font-size:12px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#c0c0c0;
	overflow:hidden;
}
.ms_form_body ul.form_list{
	width:480px;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:180px;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.item-nofloat{
	clear:both;
	width:100%;
	vertical-align:top;
	padding:10px 0px 0px 22px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_icon_circle_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border:none;
}
.ms_form_body ul.form_list li.cont{
	width:248px;
	padding:8px 0px 0px 30px;
	border:none;
	float:left;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:16px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel{
	width:100%;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont .sel_auto{
	width:auto;
	height:24px;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body .ta{
	width:100%;
	font-size:12px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc{
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ms_form_btn{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	cursor:pointer;
	border:0px;
	background-image : url('http://umani-to-info.y-ml.com/img/ms_cp_btn0.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:165px;
	height:30px;
}
div.ssl_seal {
	width:100px;
	height:50px;
	margin:0px auto 20px auto;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
-->
</style>
.blue-border {
    overflow: auto;
    margin: 0 1em 1em;
    border: 3px double #00F;
    padding: 1em;
    background-color: white;
    box-shadow: 5px 5px 0px -2px;
}
.heading2{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
 
.heading2:after, .heading2:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#00A8FF; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}





  