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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size:18px;
	font-family: 'DIN','Hiragino Kaku Gothic Pro','Meiryo','MS UI Gothic', sans-serif;
	line-height:1.6;
	text-align:left;
	max-width:640px;
	color:#000000;
}


/*非表示*/
.pc, .breadcrumbs, #footer, #top_new, #blog #drawerBtn, 
.sitemap, .privacypolicy, .notice {
	display:none;
}


a {
	text-decoration:none;
}

a:link, a:visited, a:active {
	color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

.img_border {
	border:1px solid #ccc;
}

.red {
	color:red;
}

.redb {
	color:red;
	font-weight:bold;
}

.pink {
	color:#ff00ff;
}

.green {
	color:#339900;
}

.orange {
	color:#ff6600;
}

.blue {
	color:#0000ff;
}



/*ヘッダー*/
#header {
	background-color:#d0111b;
}

h1 {
	float:right;
	width:240px;
	height:75px;
	background:url(image/s_logo.png) no-repeat;
	background-size:240px 75px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*スクロールトップ*/
#topcontrol {
  z-index: 100;
}


/*スライドメニュー*/
#container { /*メインコンテンツ要素へ変更*/
	background: #FFFFFF;
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-transition: .2s -webkit-transform ease-in-out;
	z-index: 1;
}
 
#container.show { /*メインコンテンツ要素へ変更*/
	-webkit-transform: translate3d(240px, 0px, 1px);
	min-width: 320px;
}
 
#sidebar.show {  /*ドロワーメニュー大枠要素へ変更*/
    height: 100%;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0s linear .2s;
 }
 
#drawerContents {  /*ドロワーメニュー中枠要素へ変更*/
	display: none;
	height: 100%;
	position: relative;
	width: 240px;
}
 
#sidebar {  /*ドロワーメニュー大枠要素へ変更*/
	background-color: #333;
	top: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: visibility 0s linear .2s;
 }
 
 
/*レイアウトに関する記述*/
#drawerBtn a {
	background-color:blue;
	background:url(image/s_menu.png) top no-repeat;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	float:left;
	height:15px;
	padding-top:33px;
	margin:10px 0;
	width:75px;
	text-align:center;
	background-position:50% 0;
	background-size:35px 35px;
	border-right:1px #ccc solid;
}

#sidebar ul li a {
	display: block;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #000;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 #555;
	background:url(image/s_arrow.png) 10px center no-repeat;
	background-size:30px 30px;
}

#sidebar #side_title {
	padding: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #000;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 #555;
	background: -moz-linear-gradient(left top, #666, #666 25%, #000 25%, #000 50%,
        #666 50%, #666 75%, #000 75%,#000);
    background: -webkit-linear-gradient(left top, #666, #666 25%, #000 25%, #000 50%,
        #666 50%, #666 75%, #000 75%,#000);
    background: linear-gradient(left top, #666, #666 25%, #000 25%, #000 50%,
        #666 50%, #666 75%, #000 75%,#000);
    -moz-background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
}


/*グローバルナビ*/
#gnavi {
	clear:both;
	height:70px;
	overflow:hidden;
	padding-bottom:7px;
	margin-bottom:15px;
	border-bottom:1px solid #d0111b;
	background-color:#ffffff;
}

#gnavi li {
	display:block;
	float:left;
	font-size:10px;
	line-height:1.2;
	width:20%;
	height:30px;
	padding:45px 0 10px 0;
	text-align:center;
}

#gnavi a:link, #gnavi a:visited, #gnavi a:hover, #gnavi a:active {
	color:#000000;
	text-decoration:none;
}

#gnavi .home {
	background:url(image/s_g01.png) top no-repeat;
	background-color:#ffffff;
	background-size:30px 30px;
	background-position:center 10px;
	padding-top:50px;
}

#gnavi .webmarketing {
	background:url(image/s_g02.png) top no-repeat;
	background-color:#ffffff;
	background-size:30px 30px;
	background-position:center 10px;
}

#gnavi .expert {
	background:url(image/s_g03.png) top no-repeat;
	background-color:#ffffff;
	background-size:30px 30px;
	background-position:center 10px;
}

#gnavi .blog {
	background:url(image/s_g04.png) top no-repeat;
	background-color:#ffffff;
	background-size:30px 30px;
	background-position:center 10px;
	padding-top:50px;
}

#gnavi .inquiry {
	background:url(image/s_g05.png) top no-repeat;
	background-color:#ffffff;
	background-size:30px 30px;
	background-position:center 10px;
	padding-top:50px;
}




#copyright {
	margin-top:30px;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	background-color:#d0111b;
}




/*ブログ*/
#blog h1 {
	float:none;
	margin:0 auto;
}

#blog #content {
	font-size:16px;
}

/*ブログコンテンツ*/
#posts {
}

.post {
	margin-bottom:30px;
	overflow:hidden;
	margin:0 5px 15px 5px;
}

.post-header {
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
	position:relative;
}

.post-date {
	background:url(image/s_date.png) no-repeat;
	background-size:70px 80px;
	width:70px;
	height:80px;
	font-family: 'Average Sans', sans-serif;
	margin-bottom:10px;
	text-align:center;
	line-height:1;
	position:relative;
}

.post-date .year {
	position:absolute;
	width:40px;
	text-align:center;
	top:7px;
	left:15px;
	color:#ffffff;
}

.post-date .month {
	position:absolute;
	width:40px;
	text-align:center;
	top:31px;
	left:15px;
	color:333333;
	font-size:15px;
}

.post-date .day {
	position:absolute;
	width:40px;
	text-align:center;
	top:48px;
	left:15px;
	font-size:25px;
	color:#333333;
}

.post-header h2 {
	position:absolute;
	top:0;
	left:80px;
	line-height:25px;
	font-weight:bold;
	color:#4e4e4e;
	background:none;
}

.post-meta {
	clear:both;
	margin-top:15px;
	font-size:15px;
}

.post-meta .category {
	display:inline;
	background:url(image/cat_icon.jpg) no-repeat 0 2px;
	background-size:12px;
	padding-left:18px;
	margin-left:2px;
}

.post-meta .tag {
	display:inline;
	background:url(image/tag_icon.jpg) no-repeat 0 2px;
	background-size:12px;
	padding-left:18px;
	margin-left:2px;
}

.tag a:link, .tag a:visited, .tag a:active, .category a:link, .category a:visited, .category a:active {
	color:#3939fb;
}

.post-content {
	clear:both;
	border-bottom:brown solid 1px;
	margin:15px 0;
	padding-bottom:25px
}

.post-image {
	float:left;
	width:115px;
	height:115px;
	border:solid 1px #b2b2b2;
	padding:1px;
	margin:5px 20px 15px 0;
	text-align:center;
}

.post-image2 {
	margin:15px 0;
}

.post-body {
}

.post-body p a:link, .post-body p a:visited, .post-body p a:active, {
	color:#3939fb;
}

#blogpage img {
	margin-bottom:30px;
}




/*ブログnavigation*/
.navigation1, .navigation2 {
	overflow:hidden;
	padding:10px 0 20px 0;
	font-size:13px;
	margin:0 5px 15px 5px;
}

.navigation1 {
	border-bottom:brown dotted 1px;
}

.prev {
	float:left;
	width:45%;
}

.next {
	float:right;
	width:45%;
	text-align:right;
}


/*SNSボタン*/
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 20px 0 0 0 !important;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}
.wsbl_pinterest a{
    border: 0px !important;
}



/*広告*/
.affi {
	margin:20px 0;
}



/*ブログサイドバーアコーディオン*/
#blog_sidebar{
  position:relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 5px solid #a9a8a8;
  border-bottom: 5px solid #a9a8a8;
  font-size: 16px;
  line-height: 1;
}
#blog_sidebar input{
  position:absolute;
  height: 0;
  padding:0;
}
#blog_sidebar div div h4 {
  position: relative;
  padding: 15px 10px 12px 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #a9a8a8;
  background: #f2f2f2;
}
#blog_sidebar label:first-child div div h4 {
  border-top: 0;
}
#blog_sidebar label:last-child div div h4 {
  border-bottom: 0;
}
#blog_sidebar div div h4:hover{
  background: #ff8a8a;
}
#blog_sidebar div div h4:before{
  position:absolute;
  top: 13px;
  left:10px;
  color: #2f7f99;
}
#blog_sidebar div div h4:after{
  position:absolute;
  top: 10px;
  right:10px;
  content: ">";
  font-size:20px;
	color: #2f7f99;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#blog_sidebar input:checked + div div h4:after{
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#blog_sidebar ul{
  list-style: none;
  margin: 0;
  background: #ffe4e6;
}
#blog_sidebar ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 20px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#blog_sidebar input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
	height: 100%;
  padding: 13px 15px 13px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ff7d85;
}
#blog_sidebar input:checked + div ul li:first-child a{
  border-top: 0;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#blog_sidebar input:checked + div ul li:last-child a{
  border-bottom: 0;
}
#blog_sidebar input:checked + div ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;
}
#blog_sidebar input:checked + div ul li a:before{
  position: absolute;
  top: 12px;
  left: 20px;
  color: #999;
  content: ">";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

#blog_sidebar .tagcloud {
	padding:15px;
}

#blog_sidebar .tagcloud a {
	padding:5px;
	font-size:150%;
}

#googleplus {
	text-align:center;
}

.widget .new_posts li img, .new_posts_img_link {
	display:none;
}


/*各ページ共通*/
#site-map h2, #privacypolicy h2, #notice h2, #booklet h2, #booklet2 h2, #inquiry h2, #diagnosis h2 {
	font-weight:bold;
	font-size:17px;
	background-color:red;
	color:#ffffff;
	padding:10px 20px;
	margin:20px 0;
}
	
.love {
	padding:5px 10px 20px 10px;
}

.love p {
	padding-bottom:8px;
}


.peace {
	padding-top:20px;
}



/*トップページ*/
#top_webmarketing p, #top_expert p {
	padding:0 10px;
}

#top_expert {
	padding-bottom:200px;
}

#top_expert h2, #top_webmarketing h2 {
	font-weight:bold;
	background-color:#0460d2;
	font-size:17px;
	color:#ffffff;
	padding:10px 15px;
	margin:20px 0;
}

#top_expert h2 {
	background-color:#00bea0;
}

#top_webmarketing h2 {
	background-color:#5272a4;
}

#top_webmarketing, #top_expert {
	margin-bottom:20px;
}


.top_link {
	background-color: #fc4f02;
	color:#ffffff;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin:30px 10px 50px 10px;
}


#index .sitemap {
	display:inherit;
	position:absolute;
	bottom:0;
	width:100%;
}
#index .privacypolicy {
	display:inherit;
	position:absolute;
	bottom:50px;
	width:100%;
}
#index .notice {
	display:inherit;
	position:absolute;
	bottom:100px;
	width:100%;
}
#index #top_com2 {
	font-size:13px;
	position:absolute;
	bottom:155px;
	width:100%;
}
#index #top_com3 a{
	position:absolute;
	bottom:200px;
	width:89%;
	border-top: 1px solid #ccc;
}


#index .sitemap a, #index .privacypolicy a, #index .notice a, #index #top_com2 a, #index #top_com3 a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 11px 25px 11px 11px;
	color: #000;
	text-decoration: none;
	/*
	background:	-moz-linear-gradient(top center, #fff 0%, #eee 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background: linear-gradient(top center, #fff 0%, #eee 100%);
	*/
}

#index .sitemap a:after, #index .privacypolicy a:after, #index .notice a:after, #index #top_com2 a:after, #index #top_com3 a:after {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}



/*サイトマップ*/
#site-map #content h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:5px;
}

#site-map #content h4 {
	padding-left:20px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(image/side22.jpg) left no-repeat;
	margin-left:5px;
}

#site-map #content li {
	padding-left:20px;
	background:url(image/side22.jpg) left repeat-y;
	margin-left:35px;
	margin-bottom:10px;
}




/*ウェブマーケティング*/
#webmarketing h2 {
	font-weight:bold;
	background-color:#5272a4;
	color:#ffffff;
	padding:10px 20px;
	margin:20px 0;
}

#webmarketing #content #top, #webmarketing #content .love_top ul{
	background-color:#fff7f0;
	border:1px #fee8d3 solid;
	padding:10px;
	margin:10px 0 20px 0;
}

#webmarketing #content #top li, #webmarketing #content .love_top li {
	list-style-image:url(image/point8_9s.png);
	padding-bottom:10px;
	margin-top:5px;
	margin-left:40px;
}

#webmarketing h3 {
	font-weight:bold;
	color:#5272a4;
	margin:10px -5px;
}

#webmarketing #content .love2 ul {
	list-style-type:disc;
	margin:0 0 10px 30px;
}

#webmarketing #content .love2 ul li {
	font-size:16px;
	line-height:1.8;
	
}

#webmarketing #content .love2 img {
	display:none;
}

#webmarketing #content #rocker li {
	list-style-type:decimal;
	line-height:1.5;
	margin-left:20px;
	color:brown;
}

#webmarketing #content #rocker li p {
	color:#000000;
	padding-left:5px;
}

#webmarketing #content .point {
	background:url(image/point.jpg) no-repeat;
	padding:70px 0 20px 5px;
	margin-top:20px;
}

#webmarketing .diagnosis_link, #webmarketing .link_kantan {
	border:1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:15px 10px 40px 10px;
	font-size:16px;
	background-color:#efefef;
	margin-top:20px;
	text-align:center;
}

#webmarketing .diagnosis_link p, #webmarketing .link_kantan p {
	margin-bottom:20px;
	text-align:left;
}

#webmarketing .diagnosis_link a, #webmarketing .link_kantan a {
	background-color: #fc4f02;
	color:#ffffff;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	font-weight:bold;
	padding:20px 10px;
	margin:30px 0 50px 0;
}

#webmarketing #content #means dt {
	counter-increment : chapter ;
	padding-bottom:5px;
	color:#0050c5;
}

#webmarketing #content #means dt:before {
	content : counter(chapter)"." ;
	font-size :18px;
	color : #0050c5;
	padding-right:10px;
}

#webmarketing #content #means dd {
	padding-bottom:15px;
	margin-left:20px;
}

#webmarketing #content ol {
	list-style-type:decimal;
}

#webmarketing #content ol li {
	line-height:1.8;
	margin-left:50px;
}

#webmarketing .link_kantan {
	margin-top:30px;
}

#webmarketing .link_kantan span {
	color:#6ecab5;
	font-size:20px;
	font-weight:bold;
}






/*エキスパート*/
#expert h2 {
	font-weight:bold;
	font-size:17px;
	background-color:#00bea0;
	color:#ffffff;
	padding:10px 20px;
	margin-bottom:10px;
}

#expert .love li {
	margin-left:30px;
	list-style-type:decimal;
}

#expert #reason dt {
	font-weight:bold;
	color:#00bea0;
	counter-increment : chapter ;
}

#expert #reason dd {
	padding-left:15px;
	margin-bottom:10px;
}

#expert #content #reason dt:before {
	content : counter(chapter)"." ;
	font-size :22px;
	color : #00bea0 ;
	padding:0 5px;
}

#expert #faq dt {
	background:url(image/qa1.jpg) top left no-repeat;
	padding-left:35px;
	color:#ff7c00;
}

#expert #faq dd {
	background:url(image/qa2.jpg) top left no-repeat;
	padding:0 0 35px 35px; 
	margin:10px 0 20px 0;
	border-bottom:#dadada dotted 1px;
}

#expert .love #bottom_link {
	margin:30px 0;
	text-align:center;
}

#expert .love #bottom_link a {
	background-color: #fc4f02;
	color:#ffffff;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	padding:20px 10px;
} 

#expert .love a img {
	margin-left:25%;
}

/*
#expert iframe {
	width:100%;
	margin:0 auto;
}*/


/*Yes/Noチャート*/
#webmarketing #content #yesno, #expert #content #yesno {
	width:100%;
	min-height:350px;
	border:#999999 1px solid;
	margin-bottom:35px;
}

#yesno img {
    max-width: 100%;
    height: auto;
}

#yesno h3 {
	display:inherit;
	font-size:16px;
	font-weight:bold;
	background:url(image/test_q.jpg) top left no-repeat;
	padding:10px 30px 30px 80px;
	margin:15px 0 0 5px;
}

#yesno ul {
	list-style:none;
	margin:0;
	padding:0;
}

#content #yesno li {
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	color:#ffffff;
	float:left;
	padding:40px 10px 60px 10px;
	text-align:left;
	width:120px;
	height:auto;
	margin:10px 5px 0 5px;
	list-style-type:none;
}

#yesno li a {
	color: #ffffff;
}

#yesno li a:hover {
	font-weight:bold;
}

#yesno .yesno_y {
	background:url(image/test_y2.jpg) top left no-repeat;
}


#yesno .yesno_n {
	background:url(image/test_n2.jpg) no-repeat;
}

#yesno .yesno_y, #yesno .yesno_n {
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

#yesno div.back {
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#yesno .back button {
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 30px;
    color: #fff;
    border-style: none;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    text-shadow: 1px 1px 2px #000;
    background: -moz-linear-gradient(bottom, #999, #777 50%, #999);
    background: -webkit-gradient(linear, left bottom, left top, from(#999), color-stop(0.5, #777), to(#999));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#yesno .back button:hover {
    opacity: 0.8;
}


#goal {
	font-size:18px;
	color:red;
	padding:20px;
	}
	
#yesno p	{
	font-size:18px;
	margin-bottom:5px;
}

#yesno .link {
	font-size:18px;
	background:url(image/arrow_red.png) 0 2px no-repeat;
	background-size:20px 20px;
	padding-left:25px;
	margin-top:10px;
}




/*Q&A*/
#faq {
	padding:10px 10px 20px 0;
	background-color:#ffffff;
	margin-bottom:10px;
}

#faq dt {
	background:url(image/qa1.jpg) top left no-repeat;
	padding-left:35px;
	padding-top:6px;
	color:#ff7c00;
}

#faq dd {
	background:url(image/qa2.jpg) top left no-repeat;
	padding:3px 0 35px 35px; 
	margin-bottom:20px;
	border-bottom:#dadada solid 1px;
}

#faq p {
	padding-top:10px;
}






/*フォーム*/
#inquiry #drawerBtn, #diagnosis #drawerBtn, #booklet #drawerBtn, #booklet2 #drawerBtn {
	display:none;
}

#inquiry h1, #diagnosis h1, #booklet h1, #booklet2 h1 {
	float:none;
	margin:0 auto;
}

form#mailformpro dl dt {
	float: none;
	width: auto;
	font-size: 15px;
	padding: 5px;
	text-align: left;
}
form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.5em;
}
form#mailformpro dl dd span {
	/*display: block;*/
}
div.mfp_buttons button {
	font-size: 14px;
}
div#mfp_phase_confirm h4 {
	font-size: 18px;
}
form#mailformpro textarea, form#mailformpro input {
	max-width:100%;
}

ul#mfp_phase_stat {
	padding: 0px;
}
ul#mfp_phase_stat li {
	float: left;
	text-align: center;
	padding: 5px 0px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
	width: 30%;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	display: none;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
	display: block;
}
form#mailformpro.regist {
	padding: 10px 10px;
}

.fo3 {
	width:3em;
}

.fo4 {
	width:4em;
}

.fo7 {
	width:7em;
}

.fo9 {
	width:9em;
}

.fo10 {
	width:10em;
}

.fo15 {
	width:15em;
}

.fo25 {
	width:25em;
}

textarea {
	    min-height: 150px;
	    max-height: 200px;
}

#ssl_message {
	margin:10px 0 40px 0;
	padding:20px 20px 25px 20px;
	background-color:#F9F7F1;
}

#ssl_message dt {
	color:red;
}

#ssl_message dd {
	padding:5px 0 20px 20px;
	font-size:14px;
}

#ssl_message #rapidssl {
	background:url(image/rapidssl_ssl_certificate.gif) no-repeat;
	width:90px;
	height:50px;
	margin-left:35%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



/*歯科医院に行列を作る究極の方法*/
#booklet #booklet_li {
	background:url(image/booklet.jpg) no-repeat top center;
	padding-top:245px;
	font-size:16px;
}

#booklet #booklet_li li, #booklet2 #booklet2_li li {
	line-height:1.8;
	list-style-type:decimal;
	margin-left:25px;
}



/*失敗しない究極のレセコン導入術*/
#booklet2 #booklet2_li {
	background:url(image/booklet2.jpg) no-repeat top center;
	padding-top:245px;
	font-size:16px;
}




/*色見本*/
#sample_color #content {

}

#sample_color .rock {
	background-color:#5272a4;
	padding:7px 10px 7px 15px;
	font-size:17px;
	font-weight:normal;
	line-height:1.5;
	color:#ffffff;
	margin-top:10px;
	margin-bottom:20px;
}

#sample_color .love {
	padding:0 10px;
	margin-bottom:200px;
}




