/*　グリーンツーリズム　ツアーテンプレート　スタイル*/
/*　基本スタイルになります。このスタイルはイジらない　*/
/*　スタイルの追加、変更は別リンクCSSで作成。　*/
.shop_detail * {
	box-sizing: border-box;
}
.shop_detail #wrapper {
	width: 960px;
}
div#Temp {
	max-width: 1000px;
	margin: 0 auto;
}
/*　ツアータイトル見出し　*/
#Temp h2 {
	font-size: 24px;
	line-height: 26px;
	text-indent: 0px;
}
#Temp h3 {
/*	padding: 3px;
	margin: 0 0 10px 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FCFBE3;
	color: #006633;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFBA;
*/}
/*使いまわし*/
.brank {
	clear: both;
	float: right;
}
/*　パンくずリスト　*/
#Temp .list {
	padding: 0px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*　上部「ツアートップに戻る」ボタンスタイル　*/
#Temp .back {
	padding: 0px;
	text-indent: -5000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Temp .back a {
	background-image: url(../../images/tour_temp/btn_tourtop.gif);
	position: absolute;
	height: 20px;
	width: 120px;
	visibility: visible;
	left: 1050px;
	top: 103px;
	margin: 0px;
	padding: 0px;
}

/*　ツアー見出し以外のプライス・サブタイトルを隠すスタイル　*/
.hidden {
	display: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clear hr {
	display: none;
}
#top_title {
	box-sizing: border-box;
	width: 960px;
	/*height: 108px;*/
	background-image: url('../images/detail_head_bg.png');
	/*background-repeat: repeat-x;*/
	margin: 0px;
	padding: 10px 15px;
	overflow: hidden;
}
#top_title #title_box {
	width: 723px;
	clear: both;
	float: left;
	overflow: hidden;
}
#top_title h2 {
	width: 723px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 10px 0 0;
	clear: both;
	float: left;
}
#top_title #title_box p {
	color: #333;
	font-weight: bold;
	margin: 0 15px 5px 0;
	float: left;
}
#top_title #title_box p#title_date {
	font-size: 0.9rem;
}
#top_title #title_box span.title {
	color: #FFF;
	background-color: #F00;
	padding: 2px 5px;
	margin: 0 3px 0 0;
}
#top_title .status {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top_title #area {
	width: 80px;
	height: 35px;
	background-color: #009D95;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
}
#top_title #copy {
	width: 390px;
	height: 35px;
	font-size: 0.9rem;
	/*line-height: 22px;*/
	font-weight: bold;
	color: #009D95;
	/*background-color: #006633;*/
	margin: 0 0 0 10px;
	float: left;
}
#top_title ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#top_title ul li {
	list-style-type: none;
	display: inline;
	float: right;
	margin: 0 0 5px 5px;
	padding: 4px 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
}
#top_title ul li.icon {
	float: right;
}
#top_title ul li.cat_bg1 {
	background-color: #BAE3F9;
}
#top_title ul li.cat_bg3 {
	background-color: #D9F0EF;
}
#top_title ul li.icon_bg1 {
	width: 110px;
	font-size: 0.6rem;
	color: #FFF;
	background-color: #5BAE60;
}
#top_title ul li.icon_bg2 {
	color: #000;
	background-color: #BAE3F9;
}
#top_title ul li.icon_bg3 {
	color: #FFF;
	background-color: #B48642;
}
#top_title ul li.icon_bg4 {
	color: #000;
	background-color: #FADCE9;
}
#top_title ul li.icon_bg5 {
	width: 110px;
	font-size: 0.6rem;
	color: #FFF;
	background-color: #5B5BAE;
}
#top_title ul li.icon_bg6 {
	color: #000;
	background-color: #FCE2BA;
}
#top_title ul li.icon_bg7 {
	color: #000;
	background-color: #BBCCE9;
}
#top_title ul li.icon_bg8 {
	color: #FFF;
	background-color: #DD2526;
}
#top_title ul li.icon_flg_bg00 {
	color: #000;
	background-color: #FFF;
	border: 1px solid #DD2526;
}
#top_title ul li.icon_flg_bg0 {
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
#top_title ul li.icon_flg_bg1 {
	color: #4DBAB5;
	background-color: #FFF;
	border: 1px solid #4DBAB5;
}
#top_title ul li.icon_flg_bg2 {
	color: #006699;
	background-color: #FFF;
	border: 1px solid #006699;
}
#top_title ul li.icon_flg_bg3 {
	color: #E62C2C;
	background-color: #FFF;
	border: 1px solid #E62C2C;
}
#top_title ul li.icon_flg_bg4 {
	color: #499DD7;
	background-color: #FFF;
	border: 1px solid #499DD7;
}
#top_title ul li.icon_flg_bg5 {
	color: #78BD48;
	background-color: #FFF;
	border: 1px solid #78BD48;
}
#top_title ul li.icon_flg_bg6 {
	color: #EB77A2;
	background-color: #FFF;
	border: 1px solid #EB77A2;
}
#top_title ul li.icon_flg_bg7 {
	color: #666;
	background-color: #FFF;
	border: 1px solid #666;
}
#top_title ul li.icon_flg_bg8 {
	color: #663399;
	background-color: #FFF;
	border: 1px solid #663399;
}
#top_title ul li.icon_flg_bg9 {
	color: #804040;
	background-color: #FFF;
	border: 1px solid #804040;
}
#top_title #day {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #006633;
	padding: 5px;
}
#top_title .price {
	font-size: 16px;
	line-height: 24px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#top_title .price strong {
	font-size: 22px;
	color: #FF0000;
	letter-spacing: 0.2em;
	line-height: 24px;
}
#top_title .start {
}

/*　ツアータイトル下、ツアーナビゲーション　*/
#tour_nav {
	width: 522px;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	margin-left: 0px;
	float: left;
}
#tour_nav a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#tour_nav a:hover {
	color: #006633;
}
#tour_nav ul {
	margin: 0px;
	padding: 0px;
}
#tour_nav li {
	margin: 0 10px 0 0;
	list-style-type: none;
	background-image: url(../images/nav_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
	display: inline;
}

/*　上部申込みボタン　*/
#kae {
	padding: 0px;
	/*width: 207px;*/
	height: 57px;
	float: right;
	margin: 0 0 10px 0;
}
#kae .wait {
	background-image: url(http://ntour.jp/images/tour_temp/btn_wait.gif);
}
#kae .full {
	background-image: url(http://ntour.jp/images/tour_temp/tour_full.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 196px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#kae .end {
	background-image: url(http://ntour.jp/images/tour_temp/btn_end.gif);
}
#kae a {
	display: block;
	height: 35px;
	width: 196px;
}
.icon01 {
	background-color: #FFF;
	box-sizing: border-box;
	width: 200px;
	/*height: 50px;*/
	text-align: center;
	margin: 0;
	padding: 15px;
	border: 2px solid #F00;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon02 {
	background-color: #FFF;
	box-sizing: border-box;
	width: 270px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 15px;
	border: 2px solid #F00;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*　おすすめポイント　*/
#Point {
	clear: both;
	margin: 0;
	padding: 10px 10px;
	overflow: hidden;
}
#Temp .shop_detail h3.green_icon {
	background-image: url('../images/list_icon.png');
	background-repeat: no-repeat;
	background-position: 5px 0;
	color: #009D95;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 3px solid #009D95;
	padding: 0 0 5px 25px;
}
#Point .left {
	box-sizing: content-box;
	width: 440px;
	margin: 0;
	padding: 15px;
	float: left;
}
* html #Point .left {
	width: 450px;
	margin: 0;
	padding: 10px 10px;
	float: left;
}
#Point #recommend {
	box-sizing: border-box;
	width: 450px;
	height: 260px;
	padding: 0;
	border: 1px solid #E61F19;
	background-color: #FCFBED;
	margin: 0;
	overflow: auto;
}
#Point #recommend li {
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/recommend_icon02.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0 0 5px 25px;
	border-bottom: 1px dotted #E61F19;
	color: #333;
	word-wrap: break-word;
}
#Point .right {
	width: 470px;
	float: right;
	margin: 0;
	padding: 10px 15px 0 0;
}
#Point .right .img {
	width: 360px;
	height: 260px;
	float: left;
}
#Point .right .img .img_box {
	box-sizing: border-box;
	width: 350px;
	height: 260px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	border: solid 1px #C1BFBF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#Point .right .img .img_copy{
	box-sizing: border-box;
	height: 22px;
	background-color: #323333;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#Point #bx-pager2 {
	width: 90px;
	float: right;
	margin: 5px 0 0 0;
}
/*#detail_box dt #bx-pager2 img {
	box-sizing: border-box;
	padding: 1px;
	border: solid 1px #C1BFBF;
}*/
#Point #bx-pager2 a {
	box-sizing: border-box;
	width: 90px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	display: inline-block;
	overflow: hidden;
	/*padding: 1px;*/
	border: solid 1px #C1BFBF;
	margin: 0 0 6px 0;
}
#Point .nophoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Point .furu_style {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
#Point .furu_style .furu_copy {
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
}
#Point .furu_style .furu_copy dt {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FF3366;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFCCFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Point .furu_style .furu_copy dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
}
#Point .furu_style .furu_copy .furu_img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Point .furu_style .furu_join {
	background-color: #FCFBE3;
	clear: left;
}
#Point .furu_style .furu_join dt {
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF3366;
	color: #FF3366;
	margin: 0px;
}
#Point .furu_style .furu_join dd {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E9E8F;
	background-image: url(../../images/tour_temp/icon_join.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#Point .image {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Point .image li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 140px;
	float: left;
	list-style-type: none;
}
#Point .left .image dl {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Point .left .image dt {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Point .left .image dd {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}
#Point dl {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 1px dotted #999999;
}
#Point dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #FF3366;
	background-color: #FCFBEC;
	padding: 3px;
	margin: 0px;
}
#Point dd {
	padding: 0px;
	margin: 5px;
}
#Point .dd_img {
	float: left;
}
#Point .right .copy {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

/*　スケジュール　*/
#Schedule {
	padding: 0px;
	margin: 0 0 10px 0;
	clear: both;
}
#Schedule table {
	width: 945px;
	padding: 0px;
	margin: 5px 0 0 10px;
	background-color: #FFF;
	border-collapse: separate;
	border-spacing: 5px
}
#Schedule th {
	box-sizing: border-box;
	width: 80px;
	height: 55px;
	background-color: #80CECA;
	font-size: 1rem;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0 0 0;
}
#Schedule #note2 th {
	background-color: #F1F1F1;
	height: auto;
	font-size: 0.9rem;
	padding: 5px;
}
#Schedule td.td01 {
	box-sizing: border-box;
	width: 24px;
	height: 55px;
	background-color: #D9F0EF;
	color: #333;
	line-height: 1rem;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}
#Schedule td {
	padding: 5px;
	background-color: #FFFFFF;
}
#Schedule .al_c {
	text-align: center;
}
#Schedule p {
	color: #333;
	font-size: 0.9rem;
	padding: 0px;
}
#Schedule span {
	color: #FF3366;
	font-size: 10px;
}
#Schedule .right {/*宿泊場所右寄せスタイル*/
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#Schedule .right span {
	color: #333;
	background-color: #FFCCFF;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px;
}

/*　旅行代金・ご案内　*/
#price {
	width: 960px;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
}
#price_detail {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}
#price_detail .price_box {
	width: 465px;
	margin: 5px 0 0 0;
	clear: both;
	float: left;
}
#price_detail .price_box2 {
	width: 465px;
	margin: 5px 0 0 0;
	float: right;
}
#price p.detail_list {
	font-size: 0.9rem;
	font-weight: bold;
}

#price_detail table {
	width: 465px;
	background-color: #FFF;
	border-collapse: separate;
	border-spacing: 2px 5px;
	margin: 0;
}
#price_detail th {
	background-color: #D9F0EF;
	text-align: center;
	padding: 3px;
}
#price_detail th.th01 {
	width: 78px;
}
#price_detail th.th02 {
	width: 79px;
}
#price_detail th.th03 {
	width: 90px;
}
#price_detail td {
	background-color: #FFF;
	padding: 7px 3px;
	text-align: center;
	vertical-align: middle;
}
#price_detail td#price_plan_name {
	background-color: #F1F1F1;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#price_detail td.td01 {
	border-bottom: 1px dotted #989898;
}
#price_detail .al_r {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FF0000;
}
#price_detail td.td02 {
	padding: 7px 2px;
}
#price_detail td.td03 {
	/*font-size: 1.1rem;*/
	font-size: 1rem;
	font-weight: bold;
	color: #FF0000;
	padding: 7px 2px;
}
#price_detail td.td_bg {
	border-top: 1px dotted #989898;
}
#price_detail .notice {
	font-size: 0.7rem;
	margin: 0;
	padding: 0;
}

/*カレンダースタイル　追加2008.09.22*/
#calendar {
	padding: 0px;
	margin: 0 0 10px 0;
}
#calendar_detail {
	padding: 5px 10px;	
}
#calendar_detail .calhead {
	text-align: center!important;
	color: #333;
}
#calendar_detail table {
	background-color: #CCC;
	float: left;
	/*margin-left: 10px;
	width: 360px;
	margin-bottom: 5px;*/
	width: 355px;
}
#calendar_detail caption {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	color: #006633;
}
#calendar_detail th {
	width: 51px;
	background-color: #FFCC66;
	color: #333;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
#calendar_detail th.sun {
	color: #FFF;
	background-color: #FF679C;
}
#calendar_detail th.sat {
	background-color: #99CCFF;
}
#calendar_detail td {
	color: #333;
	padding: 2px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	height: 53px;
}
#calendar_detail td.col_sun {
	background-color: #FFD5E1;
}
#calendar_detail td.col_sat {
	background-color: #D8EDFF;
}
#calendar_detail td.week {
	background-color: #DDE3D8;
}
#calendar_detail td.other {
	color: #C9C9C9;
	background-color: #F7F7F7;
}
#calendar_detail td.tdy {
	background-color: #F5E6C3;
}
#calendar td p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}
#calendar .move {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	width: 750px;
}
#calendar .move span {
	margin-right: 30px;
	margin-left: 30px;
}
#calendar .sign {
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: left;
}

/*　下部申込みボタン　*/
#btn {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/*#btn p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
*/
/*　お問い合せ・申込み　*/
#contact {
	padding: 0px;
	margin: 0 0 23% 0;
	clear: both;
	color: #333;
}
#contact_detail {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 10px 15px;	
}
.Nlogo {
	float: left;
	width: 470px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Nlogo dt {
	margin: 0px;
	padding: 0px;
}
.Nlogo dd {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.Nlogo .style01 {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
}
.Nlogo .style02 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.3em;
	margin: 5px 0 0 0;
	clear: initial;
	/*float: left!important;*/
}
.Nlogo .style03 {
	font-size: 14px;
	line-height: 16px;
	clear: initial;
	/*float: left!important;*/
}
.Nlogo .logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: initial;
	float: left!important;
}
.Nlogo .address {
	font-size: 12px;
	line-height: 14px;
	clear: left;
	margin-bottom: 5px;
}
.Nlogo .jata {
	/*text-align: right;*/
}
#Inquily {
	float: right;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Inquily dl {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#Inquily dt {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000;
	padding: 3px;
}
#Inquily dd {
	margin: 3px;
	padding: 0px;
}
#Inquily span {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.ex {/* 下帯 */
	background-color: #FFFB96;
	padding: 3px;
	border: 1px solid #585633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	clear: both;
	font-size: 12px;
	line-height: 14px;
}
/*20150914_ukawa_added*/
.naver {
	overflow: hidden;
}
.header .lsf-icon a {
	color: #333;
	text-decoration: none;
}
.naver a {
	color: #333;
	text-decoration: none;
}
* {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
         -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}
#mypage_btn {
	text-align: right;
	margin: 0 0 10px 0;
}
