/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/



/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#fff;
	color:#333; /* フォントカラー */
	font-weight:500;
	font-size:20px; /* 本文サイズ */
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:30px;　/* 本文行間 */
}


a{
	color:#ffff00; /* テキスト内リンク */
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 10px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #ff00ff; /* 色付きテキスト？ */
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#00ff00;
	font-weight:300;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:90px;
	margin:0 0 20px 0;
	color:#fff;
	letter-spacing: -5px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height:1em;
}

h3 {
  color: #663366;
  font-size: 72px;
  text-shadow: 3px 3px 5px #999999;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 100%;
  margin: 0 0 15px 0;
}

h4{
color: #000;
  font-size: 30px;
  text-shadow: 3px 3px 5px #999999;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 100%;
  margin: 0 0 15px 0;
}

h5{
  color: #cc9900;
  font-size: 35px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 100%;
  margin: 0 0 15px 0;
}

h6{
	font-size:70px;
	margin:0 0 0 0;
	color:#fff;
	font-family: 'Playfair Display', serif;
	line-height:0.5em;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
	
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;/* スライダーテキスト位置　少ないと左 */
	top: 50%;/* スライダーテキスト位置　少ないと上 */
	margin: -300px 0 0 -585px;   /*	margin: -150px 0 0 -585px;*/
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 100px;
	color: #000;
	letter-spacing: -2px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	
	text-transform: none;	
}

#home-slider .slide-content2 {
	font-size: 100px;
	color: #FFFFFF;
	letter-spacing: -2px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	
	text-transform: none;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #ffffff; /* スライドバー背景 */
	filter: alpha(opacity=70);	
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #eeeeee;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#cccccc; /* スライダー矢印背景 */
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#999999; /* スライダー丸 */
}

#home-slider #nextsection {
	background-color: #666666;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#cccc66; /* スライダー右　スクロール部分 */
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 100px;
	background: #009999;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 25px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo-kitamura.png) no-repeat;
	width: 320px;
	height: 52px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #n-menu {
text-align:right;
	margin: 1px;
	padding: 0;	
}
nav#menu #menu-nav2 {

	margin: -60px 0 0 0 ;
	padding: -10px;	
}

nav#menu #n-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 30px; /*テキストリンクの間*/	
}
nav#menu #menu-nav2 li {
vertical-align: middle
	list-style: none;
	display: inline-block;
	margin-left: -5px; /*テキストリンクの間*/
}

nav#menu #n-menu li:first-child {
	margin-left: 0;	
	
}

nav#menu #n-menu li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
}


nav#menu #n-menu li.current a,
nav#menu #n-menu li a:hover {
	color: #cccc66; /* ヘッダーメニューテキストカラー */
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #333;	/* スマホ時のメニュー背景 */
	border-bottom: 1px solid 666; /* スマホ時のメニューライン-最後 */
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #666; /* スマホ時のメニューライン */
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
}





/* ==================================================
   Section Page
================================================== */

.page {
	background: #fffde7; /* 冒頭背景 */
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #fff; /* 冒頭背景 */
	padding: 20px 0;
	position: relative;
	z-index: 99;
}

.page-alternate2 {
	background: #fff; /* 冒頭背景 */
	position: relative;
	z-index: 99;
}



.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}



/* ==================================================
   intro
================================================== */

.intro {
	background: #999999; /* 冒頭背景 */
	position: relative;
}

.intro-alternate {
	background: #d4d0a0; /* 冒頭背景 */
	position: relative;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}



/* ==================================================
   intro2
================================================== */

.intro2 {
	background: #999999; /* 冒頭背景 */
	position: relative;
}

.intro-alternate2 {
	background: #999; /* 冒頭背景 */
	position: relative;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}




/* ==================================================
   タイトル
================================================== */

.tit {
	background: #000; /* 冒頭背景 */
	position: relative;
}

.tit-alternate {
	background: #000; /* 冒頭背景 */
	position: relative;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}





/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #ff00ff;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff00ff;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ff00ff;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

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

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #ff00ff; /* 下段送信ボタン-オンマウス時 */
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #ff00ff;	/* 下段ソーシャルボタン-オンマウス時 */
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #e1f7f7;
	color: #000;
	font-size: 20px;
	z-index: 99;
}

footer .credits {
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}


footer .credits2 {
	color: #666;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
		text-align: center;
	text-transform: uppercase;	
}




/* ==================================================
   タイトル
================================================== */

tit {
	position: relative;
	width: 100%;
	height: auto;
	background: #000000;
	text-align: center;
	z-index: 99;
}

tit .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}





/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#cccc66; /* トップへ戻る-オンマウス時 */
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}



/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}




#hero1{
	
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #009A9A 0%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #009A9A 0%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #009A9A 0%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009A9A), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #009A9A 0%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #009A9A 0%, #FFFFFF 100%);
  	padding: 70px 0;


}
#hero2{background: url(../../_include/img/ope-image.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
    	padding: 70px 0;
}
.hero, .content{
  text-align:center; 
  position:relative;
  width: 100%;
  
}
 
.inner{
  min-height:600px;
  position: relative;
}
 
.hero .inner{
  background: rgba(0,0,0,0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;}
  
  
  
  
  
  
  
  
  /* .クロスフェード
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}






  
  
  
  
  
  
  
  /* ============================================
 * eye/style.css
============================================ */
body{
	margin-bottom:60px;
}
img{
	vertical-align: top;
}
nav.header{
	position: fixed;
	width:100%;
	bottom:0;
}
nav.header ul {
	padding:4px 0 0;
}
nav.header ul.third li {
    width: 94px;
}
#content {
    margin:0;
}
#content p{
	margin:0;
}
#content.wakiga article div {
    margin: 0 auto;
    width: auto;
}
#content.wakiga article .detail {
    margin: 0 auto 24px;
    width: 95%;
}
#content.wakiga article .detail:last-child {
    margin-bottom:0;
}
#content.wakiga h1{
	margin-bottom:5px;
}
#content.wakiga h2{
	font-size:14px;
	text-align: left;
	color:#333333;
	background-color: #ebc6c5;
	background-image: -webkit-linear-gradient(top, #ffe0e0, #ebc6c5);
	background-image: -moz-linear-gradient(center top , #ffe0e0, #ebc6c5);
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #999999;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.5);
}
#content.wakiga h2 span{
	display: block;
	padding: 6px 6px;
}
#content.wakiga .accordion{
	cursor: pointer;
}
#content.wakiga .accordion span{
	margin-right:5px;
	background: url(/sp/shinryou/img/accordion_arrow.png) no-repeat right center;
	background-size: 15px 10px;
}
#content.wakiga .accordion.on span{
	background: url(/sp/shinryou/img/accordion_arrow2.png) no-repeat right center;
	background-size: 15px 10px;
}
#content.wakiga .accordion + .detail{
	display: none;
}
#content.wakiga h3,
#content.wakiga .notes{
	margin-bottom:5px;
	font-weight: normal;
	font-size:14px;
}
#content.wakiga .syourei span{
	font-weight:bold;
	font-size:18px;
	color:#FF9933;
}
#content.wakiga .reason table {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
}
#content.wakiga .reason table th{
	background-color: #E5E5E5;
	border: 1px #CCCCCC solid;
	font-weight:bold;
	font-size:14px;
	
}
#content.wakiga .reason table td{
	border: 1px #CCCCCC solid;
	
}
#content.wakiga .tableType01 table {
	
}
#content.wakiga .tableType01 table td{
	width:120px;
	font-weight:bold;
}
#content.wakiga .present{
	width:300px;
	border: 1px #CCCCCC solid;
}
#content.wakiga .present p{
	padding:8px;
	margin-bottom:0px;
}
#content.wakiga .kangaekata .box01 {
    padding:10px 10px;
	background-color:#FEF5D3;
	border: 1px solid #000000;
}
#content.wakiga .point_title_orange {
    background-image: url("/sp/shinryou/img/point1_orange_bg.gif");
    background-position: 0 top;
    background-repeat: no-repeat;
    color: #555555;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    list-style: none outside none;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-top: 8px;
}
#content.wakiga .point02 {
    background-image: url("/sp/shinryou/img/point2_orange_bg.gif");
}
#content.wakiga .combination .fltR{
	width:80px;
}
#content.wakiga .combination .fltL{
	width:200px;
}
#content.wakiga .txt01 {
	font-size:14px;
}
#content.wakiga .txt02{
	font-size:14px;
	font-weight:bold;
}
#content.wakiga .txt03{
	font-size:16px;
	font-weight:bold;
}
#content.wakiga .magazine {
	width:300px;
	text-align:center;
}
#content.wakiga .magazine a{
	display:block;
	text-align:left;
	width: 240px;
	min-height: 40px;
	padding-right: 36px;
	padding-left: 10px;
	background: url("/sp/shinryou/wakiga/img/maga_thumb_arrow.png") no-repeat right center;
	font-size:12px;
	font-weight:bold;
	color:#F60204;
	text-decoration: none;
	margin: 0 auto 20px;
}
#content.wakiga .fltR{
	display: inline;
	float:right;
	margin-bottom:5px;
}
#content.wakiga .kaihatu .fltR{
	width:120px;
	text-align:center;
	margin-bottom:10px;
	margin-left:10px;
}
#content.wakiga .fltL{
	display: inline;
	float:left;
	margin-bottom:5px;
}
#content.wakiga #movie {
	width:300px;
}
#content.wakiga #movie .movieArea {
	width:240px;
	padding:20px 0px 20px 17px;
	border: 2px solid #CCCCCC;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px; 
	background-image: linear-gradient(bottom, rgb(249,216,177) 5%, rgb(254,244,203) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(249,216,177) 5%, rgb(254,244,203) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(249,216,177) 5%, rgb(254,244,203) 53%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, rgb(249,216,177)),
		color-stop(0.53, rgb(254,244,203))
	);
}
#content.wakiga #movie .movieArea table{
	width:200px;
	text-align: center;
}
#content.wakiga #movie .movieArea h2 {
	background:0;
	border:0;
}
#content.wakiga #movie .movieArea h2 img {
	width:100%;
}
#content.wakiga #movie .movieArea tabel td{
	text-align:center;
}
#content.wakiga #movie .movieArea .sttl{
	background: url("../img/movieTit02.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 200px;
	margin:0px;
	text-align: center;
}
.movieArea table tr td h5 a:hover, .movieArea table tr td .sttl a:hover {
    color: #CCCCCC;
}
.movieArea table tr td h5 a:link, .movieArea table tr td .sttl a:link {
    text-decoration: none;
}
.movieArea table tr td h5 a, .movieArea table tr td .sttl a {
    color: #FFFFFF;
}


#content.wakiga .past-demerit{
	margin-left: auto;
	margin-right: auto;
	width:auto;
}
.notes span{
	display: block;
	float:left;
}
.notes p{
	overflow: hidden;
}
.pic img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.small{
	font-size:10px;
}
#content.wakiga .color1{
	color:#FF0000;
}
#content.wakiga .color2{
	color: #d89695;
}

#content.wakiga .color3{
	color: #F69100;
}

#content.wakiga .color4{
	color: #F27800;
}

#content.wakiga .color5{
	color: #E73559
}

 .shinryouPriceTxt {
    outline: medium none;
    text-decoration: underline;
	text-align:right;
}

 .shinryouPriceTxt a{
	color: #F69100;
}
.listType01 dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 20px;
	padding:5px 3px 0 20px;
	
}
.listType01 dd {
	padding:5px 0 0 0;
	height:30px;
 }
 
 .listType02 {
	margin:10px 10px;
 }
 
.listType02 {
	margin:10px 10px;
 }
 
.listType02 dt {
	clear: left;
	float: left;
	width: 21px;
	padding-right: 10px;
	margin:0 auto;
}
.listType02 dd {
	height:17px;
	font-size:14px;
	font-weight:bold;
	
 }
 
.dl_ponitType01,
.dl_ponitType02 {
	padding: 0 10px;
}
.dl_ponitType01 dt,
.dl_ponitType02 dt  {
    clear: both;
    float: left;
    padding-top: 4px;
    width: 32px;
}
.dl_ponitType01 dd,
.dl_ponitType02 dd {
    background: url("/sp/shinryou/img/shinryou_bg_line03.gif") no-repeat scroll left top transparent;
    /*background-size: 329px 234px;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    padding: 0px 0 8px 75px;
}

.dl_ponitType02 dd {
    font-size: 16px;
}

.dl_ponitType01 dd p ,
.dl_ponitType02 dd p{
    line-height: 30px;
}
.dl_ponitType01 dd p.sub,
.dl_ponitType02 dd p.sub {
	font-weight: normal;
	font-size:16px;
}
.dl_ponitType01 dd.annotation,
.dl_ponitType02 dd.annotation {
    background: none repeat scroll 0 0 transparent;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    padding: 7px 0 0;
}

.dl_type01 dd > p {
	font-size:14px;
}

.fontType01{
	font-size:16px;
}

#content.wakiga .fontType02{
	font-size:26px;
	font-weight:bold;
}

.fontType03{
	font-size:14px;
}

.rollerBox {
	border: 2px solid #F7D98D;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	border-radius: 10px;
	background-color:#F7D98D;
	
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}

.rollerBox  div{
	
	font-size:16px;
	font-weight:bold;
}


#content.wakiga #movie .movieBox01 {
	background-image: linear-gradient(top, rgb(68,70,84) 0%, rgb(28,28,28) 52%);
	background-image: -moz-linear-gradient(top, rgb(68,70,84) 0%, rgb(28,28,28) 52%);
	background-image: -webkit-linear-gradient(top, rgb(68,70,84) 0%, rgb(28,28,28) 52%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(68,70,84)),
		color-stop(0.52, rgb(28,28,28))
	);
	font-size:18px;
	font-weight:bold;
	color: #FEF5D3;
	margin-bottom:10px;
	padding:10px;
}

.movieBox02 {
	font-weight:bold;

}

.typeOrange dd {
    background-image: url("/sp/shinryou/img/point1_orange_bg.gif");
    /*background-size: 329px 234px;*/
}


div.table_basic {
    border: 1px solid #B7B7B7;
}
.table_basic table {
    width: 100%;
}
table th,
table td {
	vertical-align: middle;
	padding:0px 0px;
}
.table_basic tr td {
    border-bottom: 1px solid #D9D9D9;
}
.table_basic tr.last th, .table_basic tr.last td {
    border-bottom: medium none !important;
}
.table_basic tr th.last, .table_basic tr td.last {
    border-bottom: medium none !important;
}
.table_basic tr th.lastR, .table_basic tr td.lastR {
    border-right: medium none !important;
}
.table_basic tr.th101 th {
    background: none repeat scroll 0 0 #F2AE00;
    text-align: center;
}
.table_basic tr.th102 th {
    background: none repeat scroll 0 0 #FFE8DB;
    border-bottom: 1px solid #D9CDC7;
    border-right: 1px solid #D9CDC7;
}
.table_basic tr th.br {
    border-right: 1px solid #E9D8AD;
}
.table_basic tr td.br {
    border-right: 1px solid #D9D9D9;
}
.table_basic th .tableSection,
.table_basic td .tableSection {
    padding: 5px 10px;
}
.table_basic tr.th102 th,
.table_basic tr.th103 th,
.table_basic tr.th104 th {
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.table_basic tr.th103 th {
    background: none repeat scroll 0 0 #F9E2A9;
    border-bottom: 1px solid #D9CDC7;
    border-right: 1px solid #D9CDC7;
}
.table_basic tr.th104 th {
    background: none repeat scroll 0 0 #F27800;
    border-bottom: 1px solid #D9CDC7;
    border-right: 1px solid #D9CDC7;
}

.table_hariito {
    border: 1px solid #B5B6B6 !important;
}
.table_hariito tr {
}
.table_hariito tr.tr_type01 {
    background: none repeat scroll 0 0 #FFFAD2;
}
.table_hariito tr.tr_type02 {
    background: none repeat scroll 0 0 #F7C3CB;
    border-bottom: 1px solid #B5B6B6;
    border-top: 1px solid #B5B6B6;
}
.table_hariito tr.tr_type01 th.th_type01 {
    border-left: 3px solid #E60012;
    border-right: 3px solid #E60012;
    border-top: 3px solid #E60012;
    padding-top: 7px !important;
    position: relative;
}
.table_hariito tr.tr_type01 td.td_type01 {
    border-left: 3px solid #E60012;
    border-right: 3px solid #E60012;
    position: relative;
}
.table_hariito tr.tr_type02 td.td_type01 {
    border-left: 3px solid #E60012;
    border-right: 3px solid #E60012;
    position: relative;
}
.table_hariito tr.tr_type01 td.td_type02 {
    border-bottom: 3px solid #E60012;
    border-left: 3px solid #E60012;
    border-right: 3px solid #E60012;
    position: relative;
}
.table_hariito th {
	padding:5px;
    border-right: 1px solid #B5B6B6;
    color: #000000;
    font-weight: normal !important;
    text-align: center;
}
.table_hariito td {
	padding:5px 2px;
    border-right: 1px solid #B5B6B6;
    color: #000000;
    font-weight: normal !important;
    text-align: center;
}
ul.first li a img, ul.last li a img {
    width: 100%;
}
ul li.last-child {
    margin: 0;
}
ul.third li {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 32%;
}
ul.third li:last-child {
    margin: 0;
}

.miradryBox01 {
	background-color: #FEF5D3;
	border: 1px solid #CCCCCC;
	padding:10px;
}
#content.wakiga .miradryBox01 p{
	margin:0 0 10px 0;
}
#content.wakiga .miradryBox01 > p{
	line-height:1.6;
}
#content.wakiga .miradryBox01 img{
	margin:0 0 10px 0;
}

#content.wakiga .miradryBox02 {
	border: 2px solid #A2D8F6;
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px;  
	border-radius: 15px;
	background-color:#A2D8F6;
	color:#FFFFFF;
	padding:20px 10px;
	margin-bottom:10px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	width:240px;
}


.waveLine{
	background: url("/sp/shinryou/img/wave.gif") no-repeat scroll 0 bottom transparent;
	padding-bottom: 5px;
}

#content.wakiga .feature p{
	margin:0 0 10px 0;
}
#content.wakiga .featureBox{
	background-color: #FEF5D3;
	border-radius: 10px;
	padding:20px 10px;
}

#content.wakiga .miradryPoint {
	width:205px;
}

#content.wakiga .movieArea08 {
	margin:20px auto 0px;
	padding:12px;
	background: url("../img/miradry/movie_08_bg.jpg") no-repeat scroll center top transparent;
}

#content.wakiga .movieArea08  iframe{
	display:block;
	text-align:center;
	margin:0 auto;
}

#content.wakiga .shinryouPrice .table_basic tr.th102 th{
	width:80px;
}

.qanda dt {
    background: url("/sp/shinryou/img/ico_faq_question.gif") no-repeat scroll 9px 0.8em transparent;
	background-size:13px 11px;
    color: #F27800;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 0 5px 30px;
}
.qanda dd {
    background: url("/sp/shinryou/img/ico_faq_answer.gif") no-repeat scroll 9px 0.8em transparent;
    background-size:13px 11px;
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 5px 0 5px 30px;
}



.balloon{	
	position: relative;
	width: 200px;
	margin:40px 0;
	border-radius: 10px;
	border:1px solid #AFEBC7;
	background-color:#FFFFFF;
}
.balloon p{
	padding:10px;
	font-weight:bold;
}
.balloon:after{
	display: block;
	position: absolute;
	content:"";
	z-index:999;
	bottom:-20px;
	left: 30%;
	width:20px;
	height:21px;
	background: url(/sp/shinryou/wakiga/img/miradry/tail.png) no-repeat 0 0;
}

.balloon_orange:after {
	background: url(/sp/shinryou/wakiga/img/miradry/tail_orange.png) no-repeat 0 0;
}	

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

.mb00 {
    margin-bottom: 0 !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mr05 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}

  
  