@charset "UTF-8";

/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(screen.css);
/* end StyleCatcher imports */

@import url(http://www.dtp-transit.jp/css/sw.css);
/* body typeface
-------------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
}
*:first-child+html body {
	font-size: 87.5%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* logo
-------------------------------------------------------------*/

#logomark {
	float: left;
}
/* h2 */

#alpha h2 {
	font-size: 133%;
	clear: both;
}
/* alpha anchor
-------------------------------------------------------------*/

a:hover, a:visited:hover {
	text-decoration: none;
	color: #993366;
}
div.entry-asset a:hover, div.entry-asset a:visited:hover {
	text-decoration: none;
	color: #993366;
	background-color: #E1C2D1;
}
/* beta bg
-------------------------------------------------------------*/

div#content-inner {
	background: url(images/page-bg.gif) repeat-y 700px 0px;
	padding-top: 10px;
}
/* Wide-Thin */

#alpha {
	 line-height: 1.7;
	margin-bottom: 20px;
}
.layout-wt #beta {
	margin-top: 20px;
}
/* dl
-------------------------------------------------------------*/

dl {
}
dl dt {
	font-weight: bold;
	color:#121212;
	margin-top: 20px;
}
dl dd {
	margin-bottom: 10px;
}
dl#recommend_books dt {
	clear: both;
}
dl#recommend_books dt img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
}
dl#recommend_books dd {
	margin-top: 15px;
}
/* content-nab (pagination)
-------------------------------------------------------------*/

div.content-nav {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* beta
-------------------------------------------------------------*/

#beta a:hover {
	color:#993366;
}
#beta ul {
	margin: 0px;
	padding: 0px;
}
#beta ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#beta ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 3px 8px 3px 17px;
	display: block;
	width: 200px;
	background: transparent url(images/bullet_sb.gif) no-repeat 4px 8px;
}
#beta ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 4px 8px;
}
#beta ul ul li {
}
#beta ul ul li a {
	width: 189px;
	padding-left: 28px;
	background: transparent url(images/bullet_gray.gif) no-repeat 14px 8px;
}
#beta ul ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 14px 8px;
}
h1.archive-title {
	font-size: 16px;
	padding: 15px;
	margin: 0px 0px 10px;
	background: #f1f1f1;
	border-top: 3px solid #993366;
	border-bottom: 1px solid #ccc;
	display: block;
}
/* blockquote
-------------------------------------------------------------*/

blockquote {
	background: #efefef;
	padding: 10px 10px 10px 50px;
	margin: 1em 0px;
	background: #efefef url(images/quote_a.gif) no-repeat 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
blockquote p {
	padding-right: 30px;
	background: transparent url(images/quote_b.gif) no-repeat right bottom;
	padding-left: 20px;
}
/* html code */

code {
	margin: 0px;
	padding: 0px;
}
pre {
	clear: both;
	border: 3px solid #E6E4E1;
	background: #f9f0f0;
	white-space: pre;
	overflow: auto;
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	padding: 10px;
	margin: 10px 0px 20px;
}
/* pagetop */

#pagetop {
	clear: both;
	border-top: 1px solid #ccc;
}
#pagetop p {
	text-align: right;
	margin: 0px;
}
* html #pagetop p {
	text-align: center;
}
#pagetop p a {
	display: block;
	text-decoration: none;
	padding: 5px 10% 5px 0px;
	color: #CCCCCC;
}
* html #pagetop p a {
	width: 100%;
}
#pagetop p a:hover {
	color: #FFFFFF;
	background: #9F9F70;
}
/* fancy zoom */

#ShadowBox table td, #ZoomCapDiv table td {
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
#ShadowBox table {
	border-width: 0px;
	border-style: none;
}
/**/

#header-inner, #footer-inner, #alpha-inner, #beta-inner, #gamma-inner {
	padding-left: 0px;
}
/**/

#beta input {
	font-size: 14px;
}
#beta input#search {
	width: 210px;
}
/* pages */

ul#page-list {
	margin: 10px auto;
}
ul#page-list li {
	list-style: none;
	float: left;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	background: #FFF;
	line-height: 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #CCC;
}
ul#page-list li span {
	font-weight: bold;
	background: #CCC;
	display: block;
	height: 25px;
	width: 25px;
	padding: 0px;
	color: #333;
}
ul#page-list li a {
	text-decoration: none;
	color: #333;
	background: #fff;
	display: block;
	height: 25px;
	width: 25px;
	margin: 0px;
	padding: 0px;
}
ul#page-list li span a {
	font-weight: normal;
	background: #fff;
}
ul#page-list li a:hover, ul#page-list li span a:hover {
	color: #FFF;
	background-color: #936;
}
#alpha p img {
	margin-top:5px;
}
/**/

div.g-tools_table {
	width: 100%;
} /*全体を指定するClass*/
div.g-tools_title {
} /*商品タイトル*/
div.g-tools_body {
} /*商品の情報*/
div.g-tools_img {
	width: 200px;
} /*商品画像*/
div.g-tools_by {
} /*by G-Tools*/
ul#navigator {
	padding: 0px;
	margin: 15px 0 0 0;
}
ul#navigator li {
	display: inline;
}
p mform img {
	margin: 15px 0;
}
p img {
	margin: 10px 3px 20px;
}
.asset-body img {
	margin: 10px 3px 20px;
}
.asset-body table img {
	margin: 0px 3px;
}
/**/

p.applyform a {
	background: #993366 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
	border: 1px solid #993366;
}
p.applyform a:hover {
	background-color: #993366;
	color: #FFF;
	border: 1px solid #993366;
}
/**/

div.sessions {
	margin: 0px 0px 20px;
	padding: 20px;
	background: #DDEADD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.sessions h3 {
	font-size: 122%;
	margin-top: 0px;
}
* html div.sessions h3 {
	font-size: medium;
}
div.sessions p.sessionID {
	color: #0071BF;
	float: right;
	font: italic bold 200% Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 20px;
}
div.profile {
	background: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.profile h3 {
	font-size: 144%;
}
span.furigana {
	font-size: 75%;
	font-weight: normal;
}
/**/

div.avatar-details {
	height: 180px;
}
.ds {
	-moz-box-shadow: -3px 0 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
h2.asset-name, h1.asset-name {
	line-height: 1.4;
}
iframe {
	padding:10px;
}
div.sbm {
	padding: 1px;
	border: 1px dashed #CCC;
}
#alpha p img.ig {
	margin: 0 3px !important;
	vertical-align: bottom;
}
div.relatedEntry {
	border: solid 4px #E0C1D1;
	background-color: #F7F7F7;
	margin: 20px 0px;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.relatedEntry h3 {
	margin-top: 0px;
	font-weight: bold;
	background-color: #E0C1D1;
	padding: 7px 20px;
	color:#983265;
}
div.relatedEntry ul {
	list-style: none;
	margin: 5px 0 5px 15px;
	padding: 0px;
}
div.relatedEntry ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.relatedEntry ul a {
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px 2px 17px;
	background: transparent url(images/bullet_gray.gif) no-repeat 4px 8px;
	display: block;
	width: 620px;
}
div.relatedEntry ul a:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 8px 2px 17px;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**/

div#container #content {
	border: none !important;
}
#header-content {
	height: 150px;
}
div#global-nav {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:15px;
	background-color: #E0C1D1;
	overflow: visible;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 940px;
}
#global-nav ul {
	height: 2em;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
}
#global-nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#global-nav ul li a {
	display: inline-block;
	color: #BC7A9B;
	text-decoration: none;
	padding: 5px;
}
#global-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #936;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#global-nav form {
	float: right;
	margin: 12px 0px 10px;
	width: 240px;
}
* html #global-nav form {
	width: 260px;
	display: inline;
	float: right;
	margin: 12px 10px 10px;
}
#global-nav form input#search {
	width: 170px;
	background: #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
*html #global-nav form input#search {
	width: 160px;
}
#global-nav form input#search:focus {
	background: #fff;
}
#global-nav form input#button {
	padding: 2px 10px;
}
div#container div#content div#content-inner {
	background: url(../images/page-bg.gif) repeat-y 700px 0px;
	padding-top: 0px;
}
div#container div#content #beta {
	margin-top: 0px;
	background: transparent url(/images/page-bg-top.gif) no-repeat 0px 0px;
	padding-top: 20px;
}
div#container div#content .widget-header {
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #999966;
	border: none 0px;
}
.widget-header, .widget-header a {
	color: #fff;
}
div#navnav {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F0F0F0;
	height: 74px;
	width: 241px;
	position: absolute;
	top: 20px;
	right: 0px;
}
#navnav ul {
	height: 56px;
	width: 217px;
	margin: 0px;
	padding: 10px;
}
#navnav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left
}
#navnav ul li a {
	margin: 0px;
	padding: 0px;
	opacity: 0.7;
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE6/7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
#navnav ul li a:hover {
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
div#container div#content #logomark {
	float: none;
	margin-top:2px;
}

#beta ul li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 4px 8px;
}
#beta ul ul li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 14px 8px;
}

h1.archive-title {
	font-size: 16px;
	padding: 15px;
	margin: 0px 0px 20px;
	background: #983265;
	border:none;
	display: block;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1.archive-title em {
	color: #FFF;
}
h2.asset-name {
	margin-top:0 !important;
}
h2.asset-name a {	
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1.asset-name {
	margin-top:10px !important;
}
ul#navigator {
	margin: 0 !important;
	padding: 0;
}
div.widget-content p img{
	margin: 0;
}
div#twtr-widget-1{margin: 10px 0;}

div#aics4book {
	background: #FEF2BA;
	border: 4px #FBD41B solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
}
ul#recommendEntry li a {
	text-decoration: none;
	margin: 0px;
	padding: 3px 8px 3px 17px;
	display: block;
	width: 200px;
	background: transparent url(images/bullet_gray.gif) no-repeat 4px 8px;
}
ul#recommendEntry li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #993366 url(images/bullet_sb_white.gif) no-repeat 4px 8px;
}
#alpha ol img,
#alpha ul img {
	margin-top:5px;
}
body.mt-entry-archive div.asset-footer {
	text-align: left;
}

h2.asset-name a {
	text-decoration: none;
	color: #993366;
	background-color: #f7f7f7;
	padding: 10px 20px;
	line-height: 1.2;
border: 1px solid #cdcdcd;}
h2.asset-name a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #993366;
border: 1px solid #993366;
}

/*============[MOZ]============*/

::-moz-selection {

		background-color:#993366;

		color:#ffffff;

		}



::selection {

		background-color:#993366;

		color:#ffffff;

	}
/**/

a.retina {display: inline-block;}

/* sidebar dim */

body.mt-entry-archive div#beta,
body.mt-category-archive div#beta {
 filter: alpha(opacity=30);
 -moz-opacity:0.3;
 opacity:0.3;
 -webkit-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
   -moz-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
     -o-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
        transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875);
}

body.mt-entry-archive div#beta:hover,
body.mt-category-archive div#beta:hover {
 filter: alpha(opacity=100);
 -moz-opacity: 1;
 opacity: 1;
 -webkit-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
   -moz-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
     -o-transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875); 
        transition: all 500ms cubic-bezier(1.000, 0.235, 0.670, 0.875);
}
.asset-body img.right {margin-left: 20px;}

